Changes between Version 14 and Version 15 of ONE_Insatll
- Timestamp:
- Jun 3, 2008, 6:32:33 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ONE_Insatll
v14 v15 35 35 [[BR]] 36 36 == Installation == 37 * 37 * Install ONE 38 {{{ 39 $ scons 40 $ ./install.sh /home/one 41 42 $ vim /etc/profile 43 export ONE_LOCATION=/home/one/ 44 export ONE_XMLRPC=http://localhost:2633/RPC2 45 export PATH=$ONE_LOCATION/bin:$PATH 46 47 }}} 38 48 39 49 == Problem ==