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