Updated Installation guide (markdown) authored by Simon's avatar Simon
......@@ -41,6 +41,7 @@ Now, let's install FreeDMR :-)
### Prepare source
`#tar zxvf v1.0.tar.gz`
`#cd FreeDMR`
### Install required Python modules
......@@ -54,6 +55,7 @@ First you will need to create a database and a user. There are plenty of resourc
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.
......@@ -67,7 +69,9 @@ next paste in the following:
### Edit configuration
`#mkdir config`
`#cp FreeDMR-SAMPLE.cfg config/FreeDMR.cfg`
`#cp rules_SAMPLE.py config/rules.py
Using your favourite editor, edit the file config/FreeDMR.cfg
......
......