Changeset 761 for trunk/docs
- Timestamp:
- May 24, 2016, 4:47:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/docs/install/windows.rst
r725 r761 7 7 Installation on Windows |trade| 8 8 ==================== 9 10 Install ZOO-Project binaries 11 ------------------------------- 12 13 Using the installer 14 ................... 15 16 Prior to run the ZOO-Project-Installer, please make sure you have IIS 17 and `Python <https://www.python.org/downloads/windows/>`__ setup on 18 your machine. Then download the `ZOO-Project-Installer 19 <https://bintray.com/gfenoy/ZOO-Project/Windows-Binaries/view>`__ 20 corresponding to your platform. The first time you will run the 21 installer binary, you may be prompted to authorize it to run. Once the 22 installer has been run, simply access the following link: 23 http://localhost/zoo-demo/ to access your local demo application. 24 25 Install by hand 26 ................... 27 28 Prior to run the ZOO-Project-Installer, please make sure you have IIS 29 and `Python <https://www.python.org/downloads/windows/>`__ setup on 30 your machine. Then download the `ZOO-Project 31 <https://bintray.com/gfenoy/ZOO-Project/Windows-Binaries/view>`__ 32 archive corresponding to your platform. Uncompress it, then move 33 `cgi-bin`, `data` and `tmp` from uncompressed folder to `c:\\inetpub`, 34 also move `wwwroot\\zoo-demo` and `wwwroot\\tmp` to 35 `c:\\inetpub\\wwwroot`. To finish the installation, run the folllowing 36 command as administrator to allow the `zoo_loader.cgi` to run from 37 http://localhost/cgi-bin/zoo_loader.cgi: 38 39 :: 40 41 cd C:\Windows\System32\inetsrv 42 appcmd.exe add vdirs /app.name:"Default Web Site/" /path:/cgi-bin /physicalPath:c:\inetpub\cgi-bin 43 appcmd set config /section:handlers /+[name='CGI-exe1',path='*.cgi',verb='*',modules='CgiModule'] 44 45 46 47 9 48 10 49 Compile ZOO-Project from source
Note: See TracChangeset
for help on using the changeset viewer.