21 lines
526 B
Markdown
21 lines
526 B
Markdown
# Halia Wiki
|
|
## Usage
|
|
Wiki for the Halia infrastructure, powered by Bookstack.
|
|
|
|
## Requirements
|
|
To deploy this instance, you only need to install `docker-compose` and `docker`.
|
|
|
|
## Installation
|
|
To deploy a copy of this instance, you might want to modify where the volumes are pointing to.
|
|
|
|
Also, remember to copy `.env.sample` to `.env` and fill the variables according yo your setup.
|
|
|
|
Then run
|
|
|
|
```
|
|
./start.sh
|
|
```
|
|
|
|
|
|
All necessary images should be downloaded automatically and the service should be started in the background.
|