wiki:InstallationGuidelinesMacOSX

Version 25 (modified by vkazoukas, 14 years ago) ( diff )

--

Installation on MacOSX

Download Sahana Eden

If NOT being a Developer, then you can get the last stable release from:

NB The file should end in .w2p - if you have a trailing .gz after that, then remove it from the filename

Install Web2Py

NB This isn't well-tested...may be better off downloading the Source version:

Launch Web2Py

  • web2py.exe
  • Select a Password
  • 'click here for the administrative interface'
  • Enter same password

Install Sahana

  • upload application: web2py.app.eden-0.5.2.w2p
  • rename it: eden
  • submit

Done!

Trouble?

  • lxml can give trouble on OS X. Try:
    • STATIC_DEPS=true sudo easy_install lxml (adapted from this blog post)
    • remove other libxml2 versions, such as may have been installed by fink or MacPorts - ONlY works in unmodified python setup. In case you have modified your python you must link some how the python directory with /frameworks/python otherwise lxml will not being found(not tested)

InstallationGuidelines InstallationGuidelines

Note: See TracWiki for help on using the wiki.