Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.35 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.35 KB

argocd badge Build Docker Image

NotesRUs

Notes Aplication

The database schema if your intrested is here.

What You Need

  1. Built The Front End to ./notes_r_us_ui/dist/.
  2. Rust

Build/Run

# Must have a database to connect to Default: (./database.sqlite)

cargo build # builds to the target directory `./target/debug/notes_r_us`

cargo run # Runs The Application On `0.0.0.0:3000`

./target/debug/notes_r_us # Runs The Application On `0.0.0.0:3000`

Deployment

Docker

We have docker images both on Docker Hub and GitHub's ghcr.io. To add persistance create a shared volume with the container or use postgres. Changing the default settings use this List Of Enviroment Varibles.

docker pull ghcr.io/l2dit/notesrus:latest

docker pull asskit/notesrus:latest

Kubernetes

This is slightly harder to recreate as curenetly we are using kubernetes info HERE.