Skip to content

Instantly share code, notes, and snippets.

@davydovanton
Last active May 15, 2019 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davydovanton/66800f38667c1d9005cc1e8a0584bd35 to your computer and use it in GitHub Desktop.
Save davydovanton/66800f38667c1d9005cc1e8a0584bd35 to your computer and use it in GitHub Desktop.
Kracow hanami workshop
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