Updated readme

This commit is contained in:
Eugene Zadyra
2018-06-09 00:51:01 +02:00
parent 1bff845c99
commit 9ce5022f4d

View File

@@ -17,8 +17,15 @@ It is available by [@luxmedbot](https://telegram.me/luxmedbot)
export TELEGRAM_TOKEN="SOME TOKEN" export TELEGRAM_TOKEN="SOME TOKEN"
export SECURITY_SECRET="SOME SECRET FOR ENCODING USER PASSWORDS" export SECURITY_SECRET="SOME SECRET FOR ENCODING USER PASSWORDS"
``` ```
3. install **docker** 3.
4. run using `./docker.sh run` - install **docker**
- run using `./docker.sh run`
**or**
- install postgres and create db **lbs** with login **lbs** and password **lsb123**
- run using `./gradlew bootRun`
5. send `/start` to your bot 5. send `/start` to your bot