Skip to content
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.

Contains everything needed for developing the skope platform.

Notifications You must be signed in to change notification settings

openskope/skope-development

Repository files navigation

The purpose of this repo is to have a single repo to checkout the entire platform for development, no matter which sub-system is being worked on.

This repo is not for deploying the platform.

Checkout the code

The submodules should all be using SSH so please checkout the root repo with SSH. You would need to have your SSH keys added to Github.

git clone --recursive [email protected]:openskope/skope-development.git

Run the system

docker-compose up

To-do

  • Local test data for ElasticSearch needs to be added.
  • Local test data for GeoServer needs to be added.

Directories

  • configs stores all the config files used by the containers. The settings could put the services/apps into verbose mode, for example, for development purposes.
  • runtime-data is reserved for all the runtime data generated by the containers. For instance the data generated by ElasticSearch.
  • web-app is a submodule directory for the Meteor app.

About

Contains everything needed for developing the skope platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published