Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 913 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 913 Bytes

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.