mirror of
https://github.com/pinry/pinry.git
synced 2026-01-18 21:22:05 +01:00
Change from numbers on docker section
This commit is contained in:
11
README.rst
11
README.rst
@@ -40,13 +40,16 @@ Follow the steps below to install Timestrap locally or on any server. This
|
||||
process installs the minimal requirements to run Pinry. For development
|
||||
requirements and procedures, see testing above.
|
||||
|
||||
1. Install the requirements:
|
||||
- Install the requirements:
|
||||
- Docker
|
||||
- Docker Compose
|
||||
1. Set any custom configuration options you need and run::
|
||||
|
||||
- Set any custom configuration options you need and run::
|
||||
|
||||
docker-compose up -d
|
||||
1. Bootstrap the database and creates the initial site and user
|
||||
(username: admin, password: admin)::
|
||||
|
||||
- Bootstrap the database::
|
||||
|
||||
docker-compose exec web python3 manage.py migrate --settings=pinry.settings.docker
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user