TriplEight / blog

django blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

  1. Install Docker Community Edition from the [Docker Store][]. Follow the instructions for your specific operating system.
  2. Sign up for a free [GitHub][] account, if you don't have one already. If you do have an account, make sure you can login with your username and password.

Command Line Operations

You'll be using Docker containers throughout the tutorial to do your work. It's best to keep two CLI windows open at the same time: one to run the command line, and another to run your web server.

Command Line

  1. Start an interactive container:
    make cli

Run Django Web Server

This will start the Django web server in a container, and will behave exactly as described in the tutorial.

About

django blog

License:Apache License 2.0


Languages

Language:Python 59.5%Language:HTML 26.0%Language:Makefile 6.0%Language:Dockerfile 4.2%Language:CSS 4.1%Language:Shell 0.2%