update readme for backend
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 41s Details

This commit is contained in:
Ladd Hoffman 2024-04-27 13:40:11 -05:00
parent f7bd1fc67b
commit de4ce0da5e
1 changed files with 10 additions and 8 deletions

View File

@ -1,17 +1,19 @@
# Setup
1.
1. Prepare the environment variables
cp .env.example .env
cp .env.example .env
1.
1. Install packages so that we can run the login script (next command)
npm install
npm install
1.
1. Run the login script
npm run registration
npm run login
1.
1. Edit `.env` to include the `MATRIX_AUTH_TOKEN` output from the previous command
docker compose up -d --build
1. Build and start the docker container
docker compose up -d --build