Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
mongoose
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
esp
mongoose
Commits
a514e143
Commit
a514e143
authored
Mar 19, 2014
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated faw and tutorials
parent
e1486a79
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
4 deletions
+19
-4
BasicWebsite.md
docs/BasicWebsite.md
+1
-1
FAQ.md
docs/FAQ.md
+17
-2
PhpWebsite.md
docs/PhpWebsite.md
+1
-1
No files found.
docs/BasicWebsite.md
View file @
a514e143
...
...
@@ -26,7 +26,7 @@ How To Create A PHP Website With Mongoose
![
screenshot
](
http://cesanta.com/images/tut_basic/tut6.png
)
## 7. Click on the mongoose icon and choose "
Start browser
" menu:
## 7. Click on the mongoose icon and choose "
Go to my address
" menu:
![
screenshot
](
http://cesanta.com/images/tut_basic/tut7.png
)
## 8. A browser will popup displaying `index.html` file. Now, you can expand your website by adding more content.
...
...
docs/FAQ.md
View file @
a514e143
# 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
...
...
docs/PhpWebsite.md
View file @
a514e143
...
...
@@ -40,7 +40,7 @@ How To Create A PHP Website With Mongoose
![
screenshot
](
http://cesanta.com/images/tut_php/tut10.png
)
## 11. Click on the mongoose icon and choose "
Start browser
" menu:
## 11. Click on the mongoose icon and choose "
Go to my address
" menu:
![
screenshot
](
http://cesanta.com/images/tut_php/tut11.png
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment