Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mongoose
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ganil-acq
GANILinux
linux-service
library
mongoose
Commits
b99bf306
Commit
b99bf306
authored
11 years ago
by
Sergey Lyubka
Browse files
Options
Downloads
Patches
Plain Diff
fixed image links
parent
89fae72a
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
docs/AndroidBuild.md
+1
-1
1 addition, 1 deletion
docs/AndroidBuild.md
docs/BasicWebsite.md
+8
-8
8 additions, 8 deletions
docs/BasicWebsite.md
docs/FileSharing.md
+4
-4
4 additions, 4 deletions
docs/FileSharing.md
docs/PhpWebsite.md
+12
-12
12 additions, 12 deletions
docs/PhpWebsite.md
with
25 additions
and
25 deletions
docs/AndroidBuild.md
+
1
−
1
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.


Notes:
...
...
This diff is collapsed.
Click to expand it.
docs/BasicWebsite.md
+
8
−
8
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`:


## 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 code:


## 4. Save this file as `index.html`:


## 5. Download Mongoose executable from http://cesanta.com/downloads.html 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. Click on the mongoose icon and choose "Start browser" menu:


## 8. A browser will popup displaying `index.html` file. Now, you can expand your website by adding more content.


This diff is collapsed.
Click to expand it.
docs/FileSharing.md
+
4
−
4
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:


## 2. Double-click mongoose executable. An icon will appear on a system tray in the bottom right corner of the desktop:


## 3. Click on the mongoose icon and choose "Start browser" menu:


## 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.


## 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
This diff is collapsed.
Click to expand it.
docs/PhpWebsite.md
+
12
−
12
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`:


## 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/downloads.html 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 file 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 "Start browser" menu:


## 12. A browser will popup displaying `index.php`.


This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment