From 033c72c4e71e9c15fbee2665013ef1ad42260219 Mon Sep 17 00:00:00 2001 From: soneill Date: Sun, 5 Sep 2021 18:34:25 +1200 Subject: [PATCH] updates readme --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a7d7767..3cafb0a 100644 --- a/README.md +++ b/README.md @@ -69,12 +69,13 @@ A fork of techfreak's [Pathfinder-container](https://gitlab.com/techfreak/pathfi 1. **Build & Run it** ```shell - docker network create web && docker-compose up -- build + docker network create web && docker-compose up --build ``` 1. **Open the http://< your-domain >/setup page.** - * Your username is pf and password is the password you set in APP_PASSWORD. - * Click on create database for eve_universe and pathfinder. And click on setup tables && fix column/keys. + * Your username is `pf` and password is the password you set in `APP_PASSWORD` in the *.env* file. + * Find the database section of the setup page, for both "pf" and "eve_universe" databases click the **"create database"** button. + * Once the page has reloaded, click the **"setup tables"**, and then **"fix columns/keys"**.

1. **Go back to your console and insert the eve universe dump with this command:** @@ -82,7 +83,7 @@ A fork of techfreak's [Pathfinder-container](https://gitlab.com/techfreak/pathfi docker-compose exec pfdb /bin/sh -c "unzip -p eve_universe.sql.zip | mysql -u root -p\$MYSQL_ROOT_PASSWORD eve_universe"; 1. **When everthing works, configure Traefik correctly for production** - * Remove the beta CA server lines (#87 - #90) from `docker-compose.yml`. + * Remove the beta CA server lines [(#87 - #90)](https://github.com/goryn-clade/pathfinder-containers/blob/master/docker-compose.yml#L87-L90) from `docker-compose.yml`. * Delete the `letsencrypt/acme.json` configuration file so Let's Encrypt will get a new certificate.