Changeset 1359
- Timestamp:
- 03/08/06 17:04:18 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TI05-delivery/trunk/README
r1356 r1359 1 In order to build the DeliveryService do the following: 1 You can build bbftp in 2 ways from this directory. Either stand-alone client and server, with 2 NDG authorisation extensions and a dummy auth/authz module or in embedded python mode. 2 3 3 1. Make sure your default python is fairly modern (v2.3+) which includes: 4 - distutils (part of the python-devel package in some linux distributions) 4 stand-alone client & server 5 =========================== 5 6 6 2.$ make -C src7 $ make -C src 7 8 8 9 This will configure and build bbftp client and server executables … … 10 11 bbftp source and because the bbftp client is needed for the test cases. 11 12 12 3. $ python setup.py build 13 $ test/test_bbftpd.py 13 14 14 Don't do "setup.py install" yet as the distribution hasn't been configured 15 Run the stand-alone executable tests. 16 17 embedded python mode 18 ==================== 19 20 $ make -C src 21 22 Needed to properly configure the bbftp source and compile the bbftp client for testing. 23 24 Make sure your default python is fairly modern (v2.3+) which includes: 25 - distutils (part of the python-devel package in some linux distributions) 26 27 $ python setup.py build 28 29 Don't do "setup.py install" as the distribution hasn't been configured 15 30 for installation. 16 31 17 4. $ test/test_embedded.py 32 33 $ test/test_bbftpd.py 18 34 19 35 Run the python-embedded tests.
Note: See TracChangeset
for help on using the changeset viewer.