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
b99bf306
Commit
b99bf306
authored
Mar 07, 2014
by
Sergey Lyubka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed image links
parent
89fae72a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
25 additions
and
25 deletions
+25
-25
AndroidBuild.md
docs/AndroidBuild.md
+1
-1
BasicWebsite.md
docs/BasicWebsite.md
+8
-8
FileSharing.md
docs/FileSharing.md
+4
-4
PhpWebsite.md
docs/PhpWebsite.md
+12
-12
No files found.
docs/AndroidBuild.md
View file @
b99bf306
...
...
@@ -15,7 +15,7 @@ Note : You dont need root access to run mongoose on Android.
-
To test if the server is running fine, visit your web-browser and
navigate to
`http://127.0.0.1:8080`
You should see the
`Index of /`
page.
![
screenshot
](
http
s://a248.e.akamai.net/camo.github.com/b88428bf009a2b6141000937ab684e04cc8586af/687474703a2f2f692e696d6775722e636f6d2f62676f6b702e706e67
)
![
screenshot
](
http
://cesanta.com/images/android_build.png
)
Notes:
...
...
docs/BasicWebsite.md
View file @
b99bf306
...
...
@@ -3,32 +3,32 @@ 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`:
![
screenshot
](
..
/images/tut_basic/tut1.png
)
![
screenshot
](
http://cesanta.com
/images/tut_basic/tut1.png
)
## 2. Inside `my_website` directory, create a new file called "index". This will be the default web page shown when the website is visited.
![
screenshot
](
..
/images/tut_basic/tut2.png
)
![
screenshot
](
http://cesanta.com
/images/tut_basic/tut2.png
)
## 3. Open index file with your favorite editor (for example, Notepad) and enter some HTML code:
![
screenshot
](
..
/images/tut_basic/tut3.png
)
![
screenshot
](
http://cesanta.com
/images/tut_basic/tut3.png
)
## 4. Save this file as `index.html`:
![
screenshot
](
..
/images/tut_basic/tut4.png
)
![
screenshot
](
http://cesanta.com
/images/tut_basic/tut4.png
)
## 5. Download Mongoose executable from http://cesanta.com/downloads.html and copy the executable inside `my_website` directory:
![
screenshot
](
..
/images/tut_basic/tut5.png
)
![
screenshot
](
http://cesanta.com
/images/tut_basic/tut5.png
)
## 6. Double-click mongoose executable. An icon will appear on a system tray in the bottom right corner of the desktop:
![
screenshot
](
..
/images/tut_basic/tut6.png
)
![
screenshot
](
http://cesanta.com
/images/tut_basic/tut6.png
)
## 7. Click on the mongoose icon and choose "Start browser" menu:
![
screenshot
](
..
/images/tut_basic/tut7.png
)
![
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.
![
screenshot
](
..
/images/tut_basic/tut8.png
)
![
screenshot
](
http://cesanta.com
/images/tut_basic/tut8.png
)
docs/FileSharing.md
View file @
b99bf306
...
...
@@ -3,17 +3,17 @@ How To Share Files With Mongoose
## 1. Download Mongoose executable from http://cesanta.com/downloads.html and copy the executable inside the directory you want to share:
![
screenshot
](
..
/images/tut_sharing/tut1.png
)
![
screenshot
](
http://cesanta.chttp://cesanta.com
/images/tut_sharing/tut1.png
)
## 2. Double-click mongoose executable. An icon will appear on a system tray in the bottom right corner of the desktop:
![
screenshot
](
..
/images/tut_sharing/tut2.png
)
![
screenshot
](
http://cesanta.com
/images/tut_sharing/tut2.png
)
## 3. Click on the mongoose icon and choose "Start browser" menu:
![
screenshot
](
..
/images/tut_sharing/tut3.png
)
![
screenshot
](
http://cesanta.com
/images/tut_sharing/tut3.png
)
## 4. A browser will popup displaying files. That's all! To access those files from another computer, start a browser and type `http://<your_machine_ip_address>:8080/` in the address bar.
![
screenshot
](
..
/images/tut_sharing/tut4.png
)
![
screenshot
](
http://cesanta.com
/images/tut_sharing/tut4.png
)
## Tip: to find out what is your machine IP address, take a look at http://windows.microsoft.com/en-us/windows/find-computers-ip-address
docs/PhpWebsite.md
View file @
b99bf306
...
...
@@ -3,47 +3,47 @@ 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`:
![
screenshot
](
..
/images/tut_php/tut1.png
)
![
screenshot
](
http://cesanta.com
/images/tut_php/tut1.png
)
## 2. Inside `my_website` directory, create a new file called "index". This will be the default web page shown when the website is visited.
![
screenshot
](
..
/images/tut_php/tut2.png
)
![
screenshot
](
http://cesanta.com
/images/tut_php/tut2.png
)
## 3. Open index file with your favorite editor (for example, Notepad) and enter some HTML / PHP code:
![
screenshot
](
..
/images/tut_php/tut3.png
)
![
screenshot
](
http://cesanta.com
/images/tut_php/tut3.png
)
## 4. Save this file as `index.php`:
![
screenshot
](
..
/images/tut_php/tut4.png
)
![
screenshot
](
http://cesanta.com
/images/tut_php/tut4.png
)
## 5. Download Mongoose executable from http://cesanta.com/downloads.html and copy the executable inside `my_website` directory:
![
screenshot
](
..
/images/tut_php/tut5.png
)
![
screenshot
](
http://cesanta.com
/images/tut_php/tut5.png
)
## 6. Double-click mongoose executable. An icon will appear on a system tray in the bottom right corner of the desktop:
![
screenshot
](
..
/images/tut_php/tut6.png
)
![
screenshot
](
http://cesanta.com
/images/tut_php/tut6.png
)
## 7. Download PHP 5.3 zip file from http://windows.php.net/download and extract it to `C:\php5` directory:
![
screenshot
](
..
/images/tut_php/tut7.png
)
![
screenshot
](
http://cesanta.com
/images/tut_php/tut7.png
)
## 8. Click on the mongoose icon and choose "Edit Settings" menu.:
![
screenshot
](
..
/images/tut_php/tut8.png
)
![
screenshot
](
http://cesanta.com
/images/tut_php/tut8.png
)
## 9. A settings dialog will appear. Click on `cgi_interpreter` button:
![
screenshot
](
..
/images/tut_php/tut9.png
)
![
screenshot
](
http://cesanta.com
/images/tut_php/tut9.png
)
## 10. Choose `C:\php5\php-cgi.exe` and click "Save Settings":
![
screenshot
](
..
/images/tut_php/tut10.png
)
![
screenshot
](
http://cesanta.com
/images/tut_php/tut10.png
)
## 11. Click on the mongoose icon and choose "Start browser" menu:
![
screenshot
](
..
/images/tut_php/tut11.png
)
![
screenshot
](
http://cesanta.com
/images/tut_php/tut11.png
)
## 12. A browser will popup displaying `index.php`.
![
screenshot
](
..
/images/tut_php/tut12.png
)
![
screenshot
](
http://cesanta.com
/images/tut_php/tut12.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