Skip to content

Koala4ka/CodeCoffeeBlog

Repository files navigation

CodeCoffeeBlog

Front-end guide

  1. HTML go to templates/
  2. Static assets go to static/

Backend dev setup guide

  1. Clone the repo
  2. Run pip install -r requirements.txt
  3. CREATE DATABASE coffeeproject;
  4. cp sample-config.py config.py in your repo root folder and fill in your credentials. config.py is git-ignored
  5. python3 main.py (or python main.py when using venv)
  6. Enjoy :)

Deployment guide

  1. Ask Dan to add your .pub ssh key to the server and setup your ~/.ssh/config with the ip address you get back from Dan
  2. In your repo root folder: git remote add live vultr:coffeeproject-git-repo
  3. git push -f live master to deploy. While -f can be skipped in most cases, sometimes it's needed

Let's have fun, coffee and some IT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published