-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8b3e5c
commit 9675a3a
Showing
1 changed file
with
55 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` | ||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8CRUEDLPLCFSQ) |