Changes between Version 25 and Version 26 of Install


Ignore:
Timestamp:
04/21/10 02:32:13 (13 years ago)
Author:
http://fab.id.fedoraproject.org/
Comment:

moved osx stuff to a separate apge

Legend:

Unmodified
Added
Removed
Modified
  • Install

    v25 v26  
    1717The 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. 
    1818 
    19 == OS X == 
    2019 
    21 === Using native OS X python === 
     20== Details for different operating systems == 
    2221 
    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] 
    3823 
    3924== Configuration ==