On prem version of the SaaS DagKnows app
- 16 GB Memory
- 50 GB Storage
- Checkout this repo
git clone https://github.com/dagknows/dkapp.git
- Prepare Instance
Ubuntu:
cd dkapp
sudo apt update && sudo apt upgrade -y
sudo apt-get install -y make
make prepare
- Ensure Docker is Started
Ubuntu:
sudo systemctl restart docker
- Start the app
sudo make restart