diff --git a/doc/source/admin/install/win7.rst b/doc/source/admin/install/win7.rst index b39fcc62e62028a85769b9046327d6c514f087a4..328550d7eecd2b3c2a937c5c7332c80ac21b4921 100644 --- a/doc/source/admin/install/win7.rst +++ b/doc/source/admin/install/win7.rst @@ -7,7 +7,7 @@ The installation can be done on a Windows Server or Windows 7/8/10 installation. In this procedure we assume that PiAnoS will be served as document root (i.e. on ``/``). Running multiple instances and/or using different paths is left as an exercise. -.. note:: This installation method is not recommanded. Use some OpenSource OS for philosophical purpouse. Moreover, the installation on a Linux box is way easier. +.. note:: This installation method is not recommanded. Use some OpenSource OS for philosophical purpouse. Moreover, the installation on a Linux box is way easier. The recommended method is to install the "Docker for windows" (via the docker toolkit) or, the better way, install a very small Debian (or any Linux) virtual machine (with VMware Player or Virtualbox for example), and make the installation as describe for the Linux OS (the "Docker" way or the "monolithique" way). Downloading applications ------------------------------ @@ -18,6 +18,8 @@ Get the latest version of: - Apache: http://httpd.apache.org/download.cgi - PHP: http://windows.php.net/download +.. note:: It is possible to use for example WAMP, but since the MySQL server is not used in this case, a simple installation of Apache2 alone is more efficient. + Install the applications ------------------------