Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mangospot-net authored Jul 15, 2019
1 parent b8b3e5c commit 9675a3a
Showing 1 changed file with 55 additions and 1 deletion.
56 changes: 55 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,56 @@
# MangoRad
Bash Script Installer Radius Server (Webserver, Mysql, PostgreSQL, FreeRadius)
Bash Script Installer MangoSpot Radius Server (Webserver, Mysql, PostgreSQL, FreeRadius) for Debian / Ubuntu
## Install
```
- install git
```
```
- git clone https://github.com/mangospot-net/MangoRad.git
```
or
```
- wget https://github.com/mangospot-net/MangoRad/archive/master.zip
- unzip *.zip
```
```
- cd MangoRad
- sudo chmod +x install.sh
- sudo ./install.sh
```
### Custom Install
Install WebServer
```
sudo chmod +x webserver.sh
sudo ./webserver.sh
```
Install MariaDB
```
sudo chmod +x mariadb.sh
sudo ./mariadb.sh
```
Install PostgreSQL
```
sudo chmod +x postgresql.sh
sudo ./postgresql.sh
```
Install FreeRadius + MySQL
```
sudo chmod +x freeradiusmysql.sh
sudo ./freeradiusmysql.sh
```
Install FreeRadius + PostgreSQL
```
sudo chmod +x freeradiuspgsql.sh
sudo ./freeradiuspgsql.sh
```
Install MangoSpot + MySQL
```
sudo chmod +x mangospot.sh
sudo ./mangospot.sh mysql
```
Install MangoSpot PostgreSQL
```
sudo chmod +x mangospot.sh
sudo ./mangospot.sh pgsql
```
[![paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8CRUEDLPLCFSQ)

0 comments on commit 9675a3a

Please sign in to comment.