diff options
author | 2015-11-04 18:55:36 +0100 | |
---|---|---|
committer | 2015-11-04 18:55:36 +0100 | |
commit | b6707c3bb53c931e9ec3c5c6630149b7121bbcf5 (patch) | |
tree | 2d9c880bb21242c3fb4619977fe9a71658b3d06e /3rdparty/mongoose/docs/PhpWebsite.md | |
parent | 2a067f08a4582cdff841dc27b661a9e48fac419a (diff) |
Removed mongoose due to restricted license and webserver wip till code is restructured (nw)
Diffstat (limited to '3rdparty/mongoose/docs/PhpWebsite.md')
-rw-r--r-- | 3rdparty/mongoose/docs/PhpWebsite.md | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/3rdparty/mongoose/docs/PhpWebsite.md b/3rdparty/mongoose/docs/PhpWebsite.md deleted file mode 100644 index 3b503c64c2a..00000000000 --- a/3rdparty/mongoose/docs/PhpWebsite.md +++ /dev/null @@ -1,49 +0,0 @@ -How To Create A PHP Website With Mongoose -=========================================== - -## 1. Create a directory which will contain your website files. For example, on drive `C:\`, create a directory called `my_website`: - - - -## 2. Inside `my_website` directory, create a new file called "index". This will be the default web page shown when the website is visited. - - - -## 3. Open index file with your favorite editor (for example, Notepad) and enter some HTML / PHP code: - - - -## 4. Save this file as `index.php`: - - - - -## 5. Download Mongoose executable from http://cesanta.com/mongoose.shtml and copy the executable inside `my_website` directory: - - - -## 6. Double-click mongoose executable. An icon will appear on a system tray in the bottom right corner of the desktop: - - - -## 7. Download PHP 5.3 zip (do NOT download PHP 5.5 cause you might have missing DLLs problem) from http://windows.php.net/download and extract it to `C:\php5` directory: - - -## 8. Click on the mongoose icon and choose "Edit Settings" menu.: - - -## 9. A settings dialog will appear. Click on `cgi_interpreter` button: - - - -## 10. Choose `C:\php5\php-cgi.exe` and click "Save Settings": - - - -## 11. Click on the mongoose icon and choose "Go to my address" menu: - - - -## 12. A browser will popup displaying `index.php`. - - |