/dataCycle-PLAIN

dataCycle PLAIN

Primary LanguagePLpgSQLGNU Affero General Public License v3.0AGPL-3.0

dataCycle - PLAIN

This repository can be used as a basis for specific dataCycle instances and experiments. It only contains the essential dependencies and configuration in order to provide a slim base.

Setup

  • Install Docker (including the docker compose plugin)
  • Checkout dataCycle PLAIN and its dependencies: git clone --recurse-submodules git@github.com:datacycle-engine/dataCycle-PLAIN.git
  • Prepare individual environment configuration (cp .env.example .env)
  • Start dataCycle: docker compose up
  • Watch console output and save superadmin credentials
  • Open http://localhost:3000/

License

dataCycle is released under the GNU Affero General Public License