[[TOC]] = Blueprint for LiveCD = A Live CD (probably based on Ubuntu) that can be used to demo and deploy a Sahana Eden instance. The same CD can be used to build Virtual Machines. We want 4 different builds: * Lite * Normal * GIS * Dev == Lite == Designed to run headless as a simple server to be accessed by host's Web browser & perhaps 1-2 other users on a small LAN * Python * Rocket * Sqlite === Build === {{{ bzr checkout --lightweight -r 2717 lp:~mdipierro/web2py/devel web2py cd web2py/applications bzr checkout --lightweight -r XXX lp:~sahana-eden eden }}} * ConfigurationGuidelines#FilePermissions Run with password & NIC bound to real IP: {{{ python web2py.py -a }}} === Updates === Need a way to keep the system updated easily (web2page?): {{{ cd web2py bzr up -r cd applications/eden bzr up -r }}} == Normal == Designed to be run in an office of up to 50 users with poor quality Internet...would be a dedicated machine if a lot of users. * [wiki:InstallationGuidelinesApacheModWSGI Apache/WSGI] * MySQL or [wiki:InstallationGuidelinesPostgreSQL PostgreSQL] (latter better for being common to GIS) == GIS == Useful for the [wiki:BluePrintGISGPSSharing GPS Sharing] tool, for instance. Can run on a fairly high-end laptop or a dedicated desktop. * [wiki:InstallationGuidelinesGISData] * [wiki:InstallationGuidelinesApacheModWSGI Apache/WSGI] * PostGIS * !GeoServer * Mapnik * DATA * Download by geographic area * !OpenStreetMap * Contours == Dev == This would replace our existing VM: * InstallationGuidelinesVirtualMachine == Status == [http://9while9.com Chelsea School] are building these for us based on [http://www.turnkeylinux.org TurnKey Linux] ---- BluePrints