We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c10dd1b + 5f1613a commit 647182dCopy full SHA for 647182d
README.md
@@ -30,6 +30,7 @@ gem "lit"
30
2. run `bundle install`
31
32
3. run installation generator `bundle exec rails g lit:install`
33
+ (for production/staging environment `redis` is suggested as key value engine. `hash` will not work in multi process environment)
34
35
4. After doing above and restarting app, point your browser to ```http://app/lit```
36
0 commit comments