8000 GitHub - ibis-coordination/HarmonicTeam: Fast group coordination
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ibis-coordination/HarmonicTeam

Repository files navigation

Harmonic Team

Harmonic Team is group coordination software based on 3 main data types:

  1. Notes (group knowledge)
  2. Decisions (group decisions)
  3. Commitments (group action)

Development

Docker and Docker Compose are the only dependencies you need to have installed to run the app. For initial setup, first create a .env file for your environment variables, and a Caddyfile.

cp .env.example .env
cp Caddyfile.example ./Caddyfile

For development, you probably won't need to change any variables from .env.example, unless you are using a remote dev environment like GitHub Codespaces, in which case you will need to set HOSTNAME to the correct domain. For production, you will need to change other variables also.

Then use setup.sh to build the docker containers and initialize the database. You only need to run this once.

./scripts/setup.sh

To start the containers, run

./scripts/start.sh

To stop, run

./scripts/stop.sh

About

Fast group coordination

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors 2

  •  
  •  
0