Wiki engine
- rust
- docker
- psqldef
- nodejs
- Exec
npm ci
- Exec
npm run start
- Access localhost:3001 with a browser
TBD
- Run the following shellscript to set the environment variables.
export ACCOUNT_DB_USER="development"
export ACCOUNT_DB_PASSWORD="development"
export ACCOUNT_DB_HOST="localhost"
export ACCOUNT_DB_PORT="5432"
export ACCOUNT_DB_NAME="matsunoki-account"
export DATABASE_URL="postgres://development:development@localhost:5432/matsunoki-account"
export ACCOUNT_FIREBASE_PROJECT_ID=<Your firebase AccountID>
export ACCOUNT_DB_MAX_CONNECTIONS=5
- Exec cargo run --bin account-http