Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.68 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.68 KB

Kamal.directory

screencapture

kamal.directory is a directory of kamal deploy.yml config files that are used in your Ruby and Rails projects!

Made by @ashwinm.

This project is a fork of @Shpigford's gemfile.directory

Codebase

The codebase is vanilla Rails and Sqlite3. Quite a simple setup. Its running on a $4 digital ocean droplet!.

Setup

You'll need:

  • ruby >3 (specific version is in Gemfile)
  • GitHub API key (for login)
cd kamal.directory
bundle install
rails db:setup

You can then run the rails web server:

bin/dev

And visit http://localhost:3000

Contributing

It's still very early days for this so your mileage will vary here and lots of things will break.

But almost any contribution will be beneficial at this point. Check the current Issues to see where you can jump in!

If you've got an improvement, just send in a pull request!

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

If you've got feature ideas, simply open a new issues!

License & Copyright

Released under the MIT license, see the LICENSE file.