Skip to content

Commit 568401a

Browse files
committed
Update README.md
1 parent d7d4755 commit 568401a

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
1-
# php-proxy-installer
2-
Install PHP-Proxy app on your server with a one-line command
1+
2+
# Install PHP-Proxy on your Server
3+
4+
The idea here is to simplify the installation process to the point where one-line is all that's needed to install and configure this app. Paste this command onto your terminal, and make sure you're doing this on a fresh server because this may remove some of your files.
5+
6+
```shell
7+
bash <(wget -O - https://github.com/Athlon1600/php-proxy-installer/blob/master/install.sh)
8+
```
9+
10+
11+
### What does it do?
12+
13+
* apt-get update && apt-get upgrade
14+
* Install Apache + PHP + cURL
15+
* Enable mod_status, and automatically adjust Apache configuration based on the amount of RAM that server has.
16+
* Install Composer
17+
* Via Composer, Install [php-proxy-app](https://github.com/Athlon1600/php-proxy-app)
18+
* Cron job to restart Apache every 12 hours
19+
* Cron job to "composer update" the app every 24 hours.
20+
21+
### Soon to be added
22+
23+
* Automatically shut down the server once the bandwidth used exceeds XX terabytes/month.
24+
25+
26+
Feel free to fork the project and add your own commands to fully personalize this for your own individual use.

0 commit comments

Comments
 (0)