Skip to content

Commit

Permalink
πŸ“ : add documentation links
Browse files Browse the repository at this point in the history
remove quick-start content and redirect to the doc
add a documentation link
  • Loading branch information
juwit committed Sep 17, 2021
1 parent 492778b commit 6dcb23a
Showing 1 changed file with 5 additions and 21 deletions.
26 changes: 5 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ It features :
* running modules (plan/apply/destroy) in one click and managing Terraform state
* team management

## Documentation

Go to [docs.gaia-app.io](https://docs.gaia-app.io) for the full documentation.

## Screenshots

The module edition view allows you to edit module details, such as variables and their validation.
Expand All @@ -43,27 +47,7 @@ Gaia needs :

## Quick start

Start Gaia with `docker-compose` quickly !

Clone this repository, and just run `docker-compose up -d`.

The docker-compose will start a Gaia server, listening on http://localhost:8080, and a MongoDb database.

Default credentials for entering:

- Admin account `ROLE_ADMIN`:

```
Username: admin
Password: admin123
```

- User account `ROLE_USER`:

```
Username: user
Password: user123
```
See the documentation at [https://docs.gaia-app.io/](https://docs.gaia-app.io/getting-started/quick-start/) for quick-start instructions.

## Contributors

Expand Down

0 comments on commit 6dcb23a

Please # to comment.