Skip to content

Commit

Permalink
Merge pull request #3 from mtsonline/more_fixes
Browse files Browse the repository at this point in the history
more formatting
  • Loading branch information
mtsonline authored Jun 29, 2020
2 parents 5da5fbd + be822b1 commit 2886e64
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,43 @@ The application mainly features two modes:

to install...
* please clone the repository to /user/local/bin:

```
git clone https://github.com/aau-zid/scheduLight.git /usr/local/bin/scheduLight
```

* install the python packages required... (you can use the shell script for ubuntu if you want)

```
/usr/local/bin/scheduLight/python_packages_setup.sh
```

```
```
apt -y install python3-pip
apt -y install python3-psycopg2
pip3 install -r /usr/local/bin/scheduLight/python_packages.txt
```
```

* install the systemd startup scripts...

```
/usr/local/bin/scheduLight/systemd/install.sh
```

* configure the greenlight database
set the database credentials in slCli.py, slCommandProcessor.py and slMeetingProcessor.py

* start the processors...

```
systemctl start scheduLight
```

* to stopp...

```
systemctl stop scheduLight.target
```

### note on redis memory usage
you may have a look at Redis guidances on why vm.overcommit_memory should be set to 1 for it.
Expand Down

0 comments on commit 2886e64

Please sign in to comment.