mirror of
https://github.com/dyrkin/luxmed-bot.git
synced 2025-12-21 13:23:05 +01:00
Updated readme
This commit is contained in:
11
README.md
11
README.md
@@ -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
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user