Changes between Version 25 and Version 26 of Install
- Timestamp:
- 04/21/10 02:32:13 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Install
v25 v26 17 17 The Bcfg2 source tarball can also be grabbed from the [wiki:Download] page. After untarring the file, you can build Bcfg2 with {{{python setup.py install --prefix=/install/prefix}}} This will install both the client and server on that machine. 18 18 19 == OS X ==20 19 21 == = Using native OS X python ===20 == Details for different operating systems == 22 21 23 First, make sure you have Xcode installed as you need `packagemaker` which comes bundled in the Developer tools. 24 25 Check out the source from subversion: 26 {{{ 27 svn co https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2 28 }}} 29 30 Change to the osx directory and type make. Your new package should be located at bcfg2-'''$VERSION'''.pkg (where '''$VERSION''' is that which is specified in setup.py). 31 32 === Using macports === 33 34 Once macports is installed: 35 {{{ 36 $ port install bcfg2 37 }}} 22 * [wiki:Install/OSX] 38 23 39 24 == Configuration ==