Browse Source

Update README.

master
treyzania 4 years ago
parent
commit
b52f2c5576
1 changed files with 4 additions and 2 deletions
  1. 4
    2
      README.md

+ 4
- 2
README.md View File

I'm not sure why you would want to run this on anything other than a big ol' I'm not sure why you would want to run this on anything other than a big ol'
Linux server though. Linux server though.


**INCOMPLETE: Doesn't do everything I want and is currently kinda useless.**

## Initial Setup ## Initial Setup


First, generate your personal configuration. First, generate your personal configuration.
./yarrbox.py init ./yarrbox.py init
``` ```


(after this step isn't implemented yet)

Next, generate the `docker-compose.yml` file. Next, generate the `docker-compose.yml` file.


```sh ```sh
Then, you can launch everything, make sure to detach from them so you're not Then, you can launch everything, make sure to detach from them so you're not
spammed with the output of all these programs. spammed with the output of all these programs.


(This doesn't work yet, not everything is in place.)

```sh ```sh
sudo docker-compose up -d sudo docker-compose up -d
``` ```

Loading…
Cancel
Save