Skip to content
This repository has been archived by the owner on Dec 14, 2019. It is now read-only.

DigitalUSSouth/namesInSouthCarolina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Names of SC

A website that tells the stories of odd names in SC

README.md updated on 04.21.2019, for older versions, use the old README.md

Prerequisites

Quick Start

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.

Utilities

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published