Changes between Initial Version and Version 1 of InstallationGuidelines/Windows/User


Ignore:
Timestamp:
10/22/11 05:54:02 (13 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Windows/User

    v1 v1  
     1= Installation Guidelines: Windows - End-User =
     2
     3This is a very common use case for Emergency Management workers in the field with poor connectivity to central servers.
     4
     5It can be run on a Laptop or even on a USB stick.
     6
     7=== Install Sahana-Eden ===
     8This installer is for End-Users - it includes Python, all necessary libraries, Web2Py & Eden (21Mb):
     9 * http://eden.sahanafoundation.org/downloads/Sahana-Eden-0.5.4.exe
     10
     11Note: This Download is a very old version of Sahana. This installer needs updating.
     12
     13=== Launch Sahana-Eden ===
     14 * {{{c:\bin\web2py.exe}}}
     15 * Select a Password
     16 * 'click here for the administrative interface'
     17 * Enter same password
     18
     19=== Done! ===
     20 * http://127.0.0.1:8000/init/
     21
     22=== Configure as Windows Service (optional) ===
     23{{{
     24cd \path\to\web2py
     25copy options_std.py web2py\options.py
     26c:\python26\python web2py.py -W install
     27}}}
     28
     29 * http://web2py.com/AlterEgo/default/show/77
     30 * http://groups.google.com/group/web2py/browse_thread/thread/733896d0aec07d3e
     31
     32=== Future Plans ===
     33We should provide an updated Installer which provides the user with the option of installing on either C: (with Start Menu icon) or a Flash Drive (with autorun.inf, favicon.ico & a sahana.cmd)
     34
     35 * How the current installer was built: InstallationGuidelinesWindowsMaintenance
     36 * Notes on building Web2Py with current Python 2.7: PortableApplicationGenerator
     37 * BluePrintInstallerWindows