From a514e143ffa8bb7425288532783c1dfab1b27096 Mon Sep 17 00:00:00 2001 From: Sergey Lyubka <valenok@gmail.com> Date: Wed, 19 Mar 2014 11:41:01 +0000 Subject: [PATCH] updated faw and tutorials --- docs/BasicWebsite.md | 2 +- docs/FAQ.md | 19 +++++++++++++++++-- docs/PhpWebsite.md | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/docs/BasicWebsite.md b/docs/BasicWebsite.md index f8fd6dbaf..6bb2bdd7f 100644 --- a/docs/BasicWebsite.md +++ b/docs/BasicWebsite.md @@ -26,7 +26,7 @@ How To Create A PHP Website With Mongoose  -## 7. Click on the mongoose icon and choose "Start browser" menu: +## 7. Click on the mongoose icon and choose "Go to my address" menu:  ## 8. A browser will popup displaying `index.html` file. Now, you can expand your website by adding more content. diff --git a/docs/FAQ.md b/docs/FAQ.md index a3c2bdd18..e3ef4a44f 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -1,6 +1,21 @@ # Mongoose FAQ -### PHP doesn't work: getting empty page, or 'File not found' error +## Download page doesn't work + +Please make sure Javascript is enabled in your browser, and that the +antivirus software is not blocking the download. + + +## MacOS message: "Mongoose.app is damaged and can’t be opened. You should move it to the Trash" + +This happens on newer MacOS systems. The reason for the message +is the fact Mongoose.app is not digitally signed. +Mongoose download procedure changes the app on the fly by injecting +user information in the binary, making any prior digital signature void. +Open "System Preferences" -> "Security" and set "Allow apps downloaded from" +to "Anywhere". Revert the settings once Mongoose is installed. + +## PHP doesn't work: getting empty page, or 'File not found' error The reason for that is wrong paths to the interpreter. Remember that with PHP, correct interpreter is `php-cgi.exe` (`php-cgi` on UNIX). Solution: specify @@ -8,7 +23,7 @@ full path to the PHP interpreter, e.g.: mongoose -cgi_interpreter /full/path/to/php-cgi -### Mongoose fails to start +## Mongoose fails to start If Mongoose exits immediately when run, this usually indicates a syntax error in the configuration file diff --git a/docs/PhpWebsite.md b/docs/PhpWebsite.md index 22f10a5c5..3b503c64c 100644 --- a/docs/PhpWebsite.md +++ b/docs/PhpWebsite.md @@ -40,7 +40,7 @@ How To Create A PHP Website With Mongoose  -## 11. Click on the mongoose icon and choose "Start browser" menu: +## 11. Click on the mongoose icon and choose "Go to my address" menu:  -- GitLab