We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f41d9ba commit da93cc0Copy full SHA for da93cc0
1 file changed
README.md
@@ -7,6 +7,7 @@ Standalone admin panel with all data stored in SQLite database
7
- [Previews](#previews)
8
- [Usage](#usage)
9
- [Docker Compose Example](#docker-compose-example)
10
+ - [Running without Docker](#running-without-docker)
11
- [Task States](#task-states)
12
- [Development](#development)
13
@@ -188,6 +189,11 @@ volumes:
188
189
admin_data:
190
```
191
192
+### Running without Docker
193
+1) `cp env-example .env`, enter `.env` file and fill in all needed variables
194
+2) run `make dev` to run it locally in dev mode
195
+3) run `make prod` to run it locally in prod mode
196
+
197
### Task States
198
Let's assume we have a task 'do_smth', there are all states it can embrace:
199
1) `queued` - the task has been sent to the queue without an error
0 commit comments