... | ... | @@ -20,12 +20,6 @@ Freedmr uses Python3 so, first and foremost, please ensure that Python3 and pip3 |
|
|
|
|
|
You should have a DMR radio and repeater or hotspot and know how to use and configure them.
|
|
|
|
|
|
### A working MySQL or MariaDB database server (Optional and deprecated - we now recommend using OPTIONS and GENERATOR!)
|
|
|
|
|
|
Installing this is out of scope for this guide.
|
|
|
|
|
|
Note, FreeDMR will run without the database, but one of the most useful features - being able to change the configuation of systems without restarting, will not work.
|
|
|
|
|
|
### Join the community!
|
|
|
|
|
|
Our group for system builders can be found here: https://t.me/joinchat/RFnEhSEpz1P4AJM1
|
... | ... | @@ -48,24 +42,6 @@ Now, let's install FreeDMR :-) |
|
|
|
|
|
`#sh ./install.sh`
|
|
|
|
|
|
### Create database (recommended)
|
|
|
|
|
|
First you will need to create a database and a user. There are plenty of resources online to tell you how to do this.
|
|
|
|
|
|
Once you are done:
|
|
|
|
|
|
`#mysql -u <your user> -p <your password>`
|
|
|
|
|
|
`> use <your db>;`
|
|
|
|
|
|
Then, please paste the contents of the file repeaters.sql from the source directory into the console. This should create a new table called repeaters.
|
|
|
|
|
|
next paste in the following:
|
|
|
|
|
|
`>insert into repeaters VALUES ('<your call>','MASTER',1,1,1,0,'',54001,'passw0rd',5,1,'DENY:1','DENY:1','PERMIT:ALL','PERMIT:ALL',10,1,1,'','',0);`
|
|
|
|
|
|
`>quit`
|
|
|
|
|
|
### Edit configuration
|
|
|
|
|
|
`#mkdir config`
|
... | ... | @@ -76,10 +52,6 @@ next paste in the following: |
|
|
|
|
|
Using your favourite editor, edit the file config/FreeDMR.cfg
|
|
|
|
|
|
If you are using a database (recommended), remember to configure and enable the MySQL section and leave the MASTER system example set to ENABLED=False
|
|
|
|
|
|
If you are not using a database, make sure MySQL is set to ENABLED=False and the MASTER section is appropriately configured and set to ENABLED=True
|
|
|
|
|
|
_Please leave the OpenBridge configuration disabled until you are familiar with how FreeDMR works_
|
|
|
|
|
|
### Start FreeDMR
|
... | ... | |