mirror of
https://github.com/taigaio/taiga-docker.git
synced 2025-07-27 07:54:26 +02:00
(chore) fix some typos
This commit is contained in:
parent
09c5debec0
commit
3d0d285b50
12
README.md
12
README.md
@ -2,14 +2,11 @@
|
|||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
This section intends to explain how to get Taiga up and running in a
|
This section intends to explain how to get Taiga up and running in a simple two steps, using **docker** and **docker-compose**.
|
||||||
simple two steps, using **docker** and **docker-compose**.
|
|
||||||
|
|
||||||
If you don't have docker installed, please follow installation
|
If you don't have docker installed, please follow installation instructions from docker.com: https://docs.docker.com/engine/install/
|
||||||
instructions from docker.com: https://docs.docker.com/engine/install/
|
|
||||||
|
|
||||||
Additionally, it's necessary to have familiarity with Docker,
|
Additionally, it's necessary to have familiarity with Docker, docker-compose and Docker repositories.
|
||||||
docker-compose and Docker repositories.
|
|
||||||
|
|
||||||
|
|
||||||
### Start the application
|
### Start the application
|
||||||
@ -18,8 +15,7 @@ docker-compose and Docker repositories.
|
|||||||
$ ./launch-all.sh
|
$ ./launch-all.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
After some instants, when the application is stated you can proceed to create the superuser
|
After some instants, when the application is started you can proceed to create the superuser with the following script:
|
||||||
with the following script:
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ ./taiga-manage.sh createsuperuser
|
$ ./taiga-manage.sh createsuperuser
|
||||||
|
Loading…
x
Reference in New Issue
Block a user