-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
To install SAMBRO you will need a few pre-installation software packages
-
WAMPSERVER or..XAMPSERVER (Apache2 MySQL PHP)
This is for setup our mysql database. -
Install Python [http://www.python.org/] comfortable version 2.7.3
-
Install Python Libraries (python 2.7)
* lxml for XML export/import: http://pypi.python.org/packages/2.7/l/lxml/lxml-2.3.win32-py2.7.exe * shapely for GIS Features: http://pypi.python.org/packages/2.7/S/Shapely/Shapely-1.2.18.win32-py2.7.exe * setuptools for installing dateutil (& tweepy): http://pypi.python.org/packages/2.7/s/setuptools/setuptools-0.6c11.win32-py2.7.exe * dateutil: http://labix.org/download/python-dateutil/python-dateutil-1.5.tar.gz
No Windows installer for dateutil, so install by unzipping, opening a command line inside the folder & python setup.py install -
Install Git [http://msysgit.github.io/]
-
Install Web2py framework using git...[git clone https://github.com/web2py/web2py.git]
-
Install SAMBRO using git
install SAMBRO to your web2py using fallowing git commands throw the git
cd web2py/applications
git clone https://github.com/waidyanatha/sambro-eden.git
.
- LAMP stack - (Linux, Apache2, MySQL, PHP)
Download the code from Github