A Cool open-source project collaboration for your teams !
It has three main project features: issues, chat and documents.
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
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
If you're interested in contributing, just submit a pull request.