65 lines
1.8 KiB
Markdown
65 lines
1.8 KiB
Markdown
# Easy-FreeDMR-SERVER-Install
|
|
|
|

|
|
|
|
is an excerpt from the emq-TE1ws proyect, focused on new and current sysops who want to install FreeDMR easily, quickly and up-to-date.
|
|
|
|
this shell, install FreeDMR Server and FDMR-Monitor
|
|
|
|
#
|
|
|
|
Shell easy auto install , FreeDMR Server last original version gitlab hacknix Simon, and FDMR-Monitor with Selfservice by OA4DOA
|
|
|
|
#
|
|
|
|
# Pre-Requirements
|
|
|
|
need have curl and sudo installed
|
|
|
|
#
|
|
|
|
# Install
|
|
|
|
into your ssh terminal copy and paste the following link :
|
|
|
|
apt-get update
|
|
apt-get install curl sudo -y
|
|
|
|
sh -c "$(curl -fsSL https://github.com/hp3icc/Easy-FreeDMR-SERVER/raw/main/install.sh)"
|
|
|
|
|
|
#
|
|
|
|
# Menu
|
|
|
|

|
|
|
|
At the end of the installation your freedmr server will be installed and working, a menu will be displayed that will make it easier for you to edit, restart or update your server and dashboard to future versions.
|
|
|
|
to use the options menu, just type menu in your ssh terminal or console.
|
|
|
|
#
|
|
|
|
# Server startup
|
|
|
|
To integrate your server to the freedmr network, you must contact the telegram group
|
|
|
|
* https://t.me/FreeDMR_Building_Server_Support
|
|
|
|
#
|
|
|
|
# Sources :
|
|
|
|
* https://gitlab.hacknix.net/hacknix/FreeDMR
|
|
|
|
* http://www.freedmr.uk/index.php/freedmr-server-install/
|
|
|
|
* https://github.com/yuvelq/FDMR-Monitor/tree/Self_Service
|
|
|
|
* https://www.daniloaz.com/es/como-crear-un-usuario-en-mysql-mariadb-y-concederle-permisos-para-una-base-de-datos-desde-la-linea-de-comandos/
|
|
|
|
* https://www.tecmint.com/install-lamp-debian-11/
|
|
|
|
* https://styde.net/crear-una-base-de-datos-en-mysql-mariadb/
|
|
|