Last active
May 15, 2019 11:50
-
-
Save davydovanton/66800f38667c1d9005cc1e8a0584bd35 to your computer and use it in GitHub Desktop.
Kracow hanami workshop
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello! | |
Some information about hanami workshop. | |
Requirements: | |
* ruby 2.5+ (and bundler) | |
* postgresql (9.6.2+) | |
Before start workshop please install hanami gem to your system | |
``` | |
gem install hanami | |
``` | |
And create a new empty hanami application | |
``` | |
$ cd ~/path/to/projects/ | |
$ hanami new link_shortener --database=postgresql --test=rspec --template=slim | |
$ cd link_shortener/ | |
$ bundle install | |
``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment