You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The first time you start it up, you'll probably need a test account to get right
47
47
48
48
Auto-reloading for backend and frontend is performed automatically on every code change. If everything is broken and not working (it happens), you can always rebuild the world from scratch using `docker-compose up --build`.
49
49
50
-
## 🧑💻 Advanced setup for pro
50
+
## 🧑💻 Advanced setup for devs
51
51
52
52
For more information on how to test the telegram bot, run project without docker and other useful notes, read [docs/setup.md](docs/setup.md).
2. Fill all the requirement fields in `./club/env`, such as `TELEGRAM_TOKEN` etc.
8
-
-`TELEGRAM_TOKEN` you can get from [@BotFather](https://t.me/BotFather)
9
-
- To get `TELEGRAM_CLUB_CHANNEL_URL`, `TELEGRAM_ADMIN_CHAT_ID` etc Just Simply Forward a message from your group/channel to [@JsonDumpBot](https://t.me/JsonDumpBot) or [@getidsbot](https://t.me/getidsbot)
10
-
3. Rebuild application: `docker-compose up --build`
11
-
12
-
## Docker-compose
13
-
14
-
Check out our [docker-compose.yml](https://github.com/vas3k/vas3k.club/blob/master/docker-compose.yml) to understand the infrastructure.
15
-
16
3
## Local development
17
4
18
5
Once you decided to code something in the project you'll need to setup your environment. Here's how you can make it.
@@ -87,3 +74,16 @@ $ pipenv run python manage.py migrate
87
74
# run dev server
88
75
$ pipenv run python manage.py runserver 0.0.0.0:8000
2. Fill all the requirement fields in `./club/env`, such as `TELEGRAM_TOKEN` etc.
83
+
-`TELEGRAM_TOKEN` you can get from [@BotFather](https://t.me/BotFather)
84
+
- To get `TELEGRAM_CLUB_CHANNEL_URL`, `TELEGRAM_ADMIN_CHAT_ID` etc Just Simply Forward a message from your group/channel to [@JsonDumpBot](https://t.me/JsonDumpBot) or [@getidsbot](https://t.me/getidsbot)
85
+
3. Rebuild application: `docker-compose up --build`
86
+
87
+
## Docker-compose
88
+
89
+
Check out our [docker-compose.yml](https://github.com/vas3k/vas3k.club/blob/master/docker-compose.yml) to understand the infrastructure.
0 commit comments