Skip to content

Commit

Permalink
MyServer v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkumardusad authored Jan 4, 2019
1 parent c5629b9 commit 89d883b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ MyServer is your own localhost server. you can setup PHP, Apache and MySQL serve
# How to use ?

**CLI Use :**

**Example : `myserver -s -ng localhost 8080 /home/www`***
- **myserver -s <hostname/ip> <localhost_port> <document_root_path>** to start default localhost server.
- **myserver -s -ng <hostname/ip> <localhost_port> <document_root_path>** to start Nginx web server.
- **myserver -s -php <hostname/ip> <localhost_port> <document_root_path>** to start php localhost server.
Expand All @@ -24,7 +26,8 @@ MyServer is your own localhost server. you can setup PHP, Apache and MySQL serve
- **myserver start** start MyServer menu.
- **myserver -s** to start Server that were previously running.
- **myserver -h** to access from web that was previously accessed.



**menual Use :**
- Type 1 : to start your localhost web server.
- Type 2 : to access your website from internet.
Expand Down

0 comments on commit 89d883b

Please sign in to comment.