File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ Standalone admin panel with all data stored in SQLite database
7
7
- [ Previews] ( #previews )
8
8
- [ Usage] ( #usage )
9
9
- [ Docker Compose Example] ( #docker-compose-example )
10
+ - [ Running without Docker] ( #running-without-docker )
10
11
- [ Task States] ( #task-states )
11
12
- [ Development] ( #development )
12
13
@@ -188,6 +189,11 @@ volumes:
188
189
admin_data :
189
190
` ` `
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
+
191
197
# ## Task States
192
198
Let's assume we have a task 'do_smth', there are all states it can embrace :
193
199
1) `queued` - the task has been sent to the queue without an error
You can’t perform that action at this time.
0 commit comments