• Stars
    star
    107
  • Rank 323,587 (Top 7 %)
  • Language
    Shell
  • Created over 6 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Getting Started

First, clone this repo. This is the master repo that holds all of the microservices. To do this issue this command:

git clone --recursive [email protected]:jjcm/soci.git

Next you'll want to update the repos:

git submodule update --recursive --remote

Next you'll want to set up your DB. Ensure that you have mysql or mariadb running, with connection details filled into the localrun.sh files or config.json files that are in each of the repos.

After that, you'll want to start the servers:

./quickstart.sh

This will open a GNU Screen session with each microservice running in a different screen window. To switch between screen windows use this key sequence:

ctrl+a -> n