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


Ignore:
Timestamp:
11/26/11 15:14:29 (13 years ago)
Author:
Daniel Klischies
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Windows/User

    v1 v2  
    66
    77=== Install Sahana-Eden ===
    8 This 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 
    11 Note: This Download is a very old version of Sahana. This installer needs updating.
     8This installer is for End-Users:
     9 * http://eden.sahanafoundation.org/downloads/sahana-eden-setup.exe
     10The installer contains both - a Portable version (for USB pendrives and external harddrives) and a Local version to be installed on the built-in harddrive. Sahana Eden requires a minimum of ~ 80MB free space, although more is recommended.
     11NOTE: PDF-Support (reportlab) is currently broken in the installer-version. If you need it you have to install Python and the dependencies and get the current Eden-version from the VCS, not recommended for unexperienced users.
    1212
    1313=== Launch Sahana-Eden ===
    14  * {{{c:\bin\web2py.exe}}}
    15  * Select a Password
    16  * 'click here for the administrative interface'
    17  * Enter same password
     14 * For the Local version: Either double-click on the shortcuts on your Desktop or the Startmenu or navigate to your installation directory and double-click on startweb2py.bat
     15 * For the Portable version: Either use the Autostart/USB menu if available on your Operating System (Windows XP or older) or run the start-eden.bat in the root directory of your portable drive.
    1816
    1917=== Done! ===
    20  * http://127.0.0.1:8000/init/
     18 * If not done automatically open a webbrowser and navigate to http://127.0.0.1:8000/
    2119
    2220=== Configure as Windows Service (optional) ===
    2321{{{
    24 cd \path\to\web2py
    25 copy options_std.py web2py\options.py
    26 c:\python26\python web2py.py -W install
     22 * Navigate to your Sahana Eden installation.
     23 * Right click on the options_std.py and rename it to options.py
     24 * Open the renamed file and set your settings in it. Save it afterwards.
     25 * Now navigate to the head-directory  of your Eden Installation (if you installed it to C:\Users\Public\SahanaEden\ it would be C:\Users\Public\)
     26 * Shift + Right click on the SahanaEden-Folder and click "Open Command-Prompt here"
     27 * In the Command-Prompt type "web2py.exe -W install"
     28 * Done!
    2729}}}
    2830
     
    3032 * http://groups.google.com/group/web2py/browse_thread/thread/733896d0aec07d3e
    3133
    32 === Future Plans ===
    33 We 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 
    3534 * How the current installer was built: InstallationGuidelinesWindowsMaintenance
    36  * Notes on building Web2Py with current Python 2.7: PortableApplicationGenerator
    3735 * BluePrintInstallerWindows