Completing the Docker docs.
This commit is contained in:
parent
9d3fdf5bb7
commit
90467e0bb4
@ -66,6 +66,10 @@ It is very important that all the docker actions are
|
||||
done when the container is started otherwise they
|
||||
will throw error and do nothing.
|
||||
|
||||
After the install interrupt `start_docker.sh` with
|
||||
control + c and start it again and the database
|
||||
installation will be complete.
|
||||
|
||||
### Creating new migrations.
|
||||
|
||||
```shell
|
||||
@ -78,7 +82,14 @@ bash prepare_docker.sh
|
||||
bash upgrade_docker.sh
|
||||
```
|
||||
|
||||
## Installing
|
||||
### Where are the CSS and Javascript build scripts for Docker?
|
||||
|
||||
These scripts are not needed in Docker since Docker already
|
||||
does them every time you start the container, caring about
|
||||
changes in the Perl dependencies is also unneeded, Docker
|
||||
already cares for you.
|
||||
|
||||
## Installing native.
|
||||
|
||||
This guide is centered on Debian 12, if
|
||||
you are using a different OS and do
|
||||
|
Loading…
Reference in New Issue
Block a user