README.md updated on 04.21.2019, for older versions, use the old README.md
- Docker
- tested with version 18.09.0
- docker-compose
- tested with version 1.23.2
Run the following module to get a quickstart to the application
# Basic Git Clone and Download
git clone https://github.com/DigitalUSSouth/namesInSouthCarolina
cd namesInSouthCarolina
# Given you've installed Docker on your local machine, this command will
# a) Build the Docker Chain to the local machine
# b) Launch the Docker containers in detached mode, or without standard input
docker-compose up --build -d
# The following is a utilities command to load the database with the latest
# working data
# UNIX/Linux/Mac users only
./utils/loaddatabase.sh
If these steps don't introduce error, then you should be able to open your web browser to localhost and see the current working version.
The Utils folder contains a couple of simple functions for ease of access.
# Load whatever is in the Database (outside of Users)
# using Django's fixtures feature
./utils/loaddatabase.sh
# Dump whatever is in the Database (outside of Users)
# using Django's fixtures feature
./utils/dumpdatabase.sh