Skip to content

maryvilledev/skilldirectoryinfra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Devstack

This repo is used to build and run docker images for the skilldirectory and skilldirectoryui projects on a developer's machine or deployed. A Cassandra database image is also run to support the REST API layer, and the schema for that is located in this repo. Below is a visual of the database schema:

SkillDirectory Database Schema

To Run Locally

./devstack.sh

Pull newest images

./devstack.sh pull

Only start Cassandra

./devstack.sh data

Pull and restart containers with new images

./devstack.sh restart

Stop and remove skilldirectory and skilldirectoryui containers

./devstack.sh stop

Stop and remove all containers

./devstack.sh kill

$$$ Run API tests ./devstack.sh test

Run UI with dev API

./devstack.sh --dev

Drop Cassandra data locally

./devstack.sh --dropdata

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors