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 27ff990 commit c5629b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ MyServer is your own localhost server. you can setup PHP, Apache and MySQL serve

**CLI Use :**
- **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.
- **myserver -s -py <hostname/ip> <localhost_port> <document_root_path>** to start python localhost server.
- **myserver -h <domain_name> <localhost_port> <http_port/https_port>** to access localhost server on internet.
- **myserver -db [start/stop]** to start/stop mysql database server.
- **myserver -s apache** to start apache web server.
- **myserver -s nginx** to start nginx web server.
- **myserver update update** MyServer.
- **myserver rm -t** uninstall MyServer.
- **myserver start** start MyServer menu.
Expand Down

0 comments on commit c5629b9

Please sign in to comment.