Skip to content

m1ranto/coolab

Repository files navigation

Coolab

A Cool open-source project collaboration for your teams !

It has three main project features: issues, chat and documents.

Getting Started

Requirements

You will need a few non-Ruby packages installed :

  • Ruby 3.2.0 - rbenv install 3.2.0
  • Rails 7.0.4.2 - gem install rails -v 7.0.4.2
  • libvips - sudo apt install libvips
  • postgresql - sudo apt install postgresql

Initial setup

To quick start, just clone the repo:

git clone https://github.com/m1ranto/coolab.git

Then install gem dependencies in Gemfile using:

bundle install

Then run database migration:

rails db:migrate

Finally, start the web server:

rails server

Contributing

If you're interested in contributing, just submit a pull request.

About

Cool project collaboration for your teams !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published