Skip to content

wowtor/boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PROJECT

Prerequisites

  • Python 3
  • A postgres database
  • Virtual environment (recommended)

Setup

virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

Create a file named local.yaml with the following contents:

postgres.credentials.password: SECRET_PASSWORD
datadir: PATH_TO_DATA

Review the file named PROJECT.yaml and if any of these values should be overridden, update local.yaml accordingly.

If the database server is localhost, you may create a database instance by:

./run.py --run create_database

Run

Get a list of available operations by:

./run.py --list

To run all operations, run:

./run.py

To run one or more specific operations, run:

./run.py --run NAME

For more help, try:

./run.py -h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages