Changes between Version 1 and Version 2 of InstallationGuidelines/Windows/User
- Timestamp:
- 11/26/11 15:14:29 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/User
v1 v2 6 6 7 7 === 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.exe10 11 N ote: This Download is a very old version of Sahana. This installer needs updating.8 This installer is for End-Users: 9 * http://eden.sahanafoundation.org/downloads/sahana-eden-setup.exe 10 The 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. 11 NOTE: 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. 12 12 13 13 === 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. 18 16 19 17 === 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/ 21 19 22 20 === Configure as Windows Service (optional) === 23 21 {{{ 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! 27 29 }}} 28 30 … … 30 32 * http://groups.google.com/group/web2py/browse_thread/thread/733896d0aec07d3e 31 33 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 35 34 * How the current installer was built: InstallationGuidelinesWindowsMaintenance 36 * Notes on building Web2Py with current Python 2.7: PortableApplicationGenerator37 35 * BluePrintInstallerWindows