Skip to content

For Developers [Incomplete]

The Real Fake Admin edited this page Dec 14, 2023 · 1 revision

[Incomplete] CSB7.0 Contributors Guide & Notes

CSB7.0 is an opensource implementation of CosmoQuest's Citizen Science Builder software. The goal of this software is to provide a simple interface

Code of Conduct

See code_of_conduct.md for our Code of Conduct.

Getting Started

Development Environment

Composer Install

It is recommended to use docker instead of a local installation.

Docker Install (Recommended)

  1. See the Docker Docs for information on how to install Docker on your specific Operating System.
    1. Make sure to also install the Docker Compose.
    2. You can check Docker Compose is installed by using the docker compose version command.
  2. Download the dependencies and build the container with docker compose build.
  3. To run CSB7.0, run docker compose up

Local Install

Text Here.

Contributing Guidelines

See CONTRIBUTING.md for our Contributing Guidelines.