We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd62691 commit 0924fceCopy full SHA for 0924fce
README.md
@@ -31,13 +31,13 @@ This is my personal website project.
31
6. run `bundle exec rake ar:migrate` to setup database schema.
32
7. run `bundle exec rake db:seed` to generate admin user.
33
8. start memcached with `memcached -d`.
34
-9. run `bundle exec thin start` for development environment and run `./servicectl start` for production environment.
+9. run `bundle exec thin start` for development environment and run `./zbatery.sh start` for production environment.
35
36
## Run on Windows
37
38
remove such lines in `Gemfile` and run with thin.
39
40
gem 'kgio'
41
- gem 'rainbows'
+ gem 'zbatery'
42
43
## MIT License
0 commit comments