Skip to content

janusle/yanlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yanlog

Build Status

A personal blog built with Django.

Main stack

Development prerequisites

Development setup

$ mkvirtualenv yanlog

# Install all dependencies
$ pip install -r requirements/dev.txt

# Pull the postgres docker image
$ docker pull postgres

# Start the DB
$ docker-compose up

# Start the dev server
$ make

Deployment prerequisite

Note: Ensure ssh config for loginning to the server has been set

Sample:

Host yanlog
  HostName x.x.x.x
  User xxx
  IdentityFile ~/.ssh/ssh_key

Deployment

$ make deploy

About

My personal blog built with Django.

Resources

Stars

Watchers

Forks

Packages

No packages published