Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doabit/doabit_blog
My blog with padrino
https://github.com/doabit/doabit_blog
Last synced: about 1 month ago
JSON representation
My blog with padrino
- Host: GitHub
- URL: https://github.com/doabit/doabit_blog
- Owner: doabit
- License: mit
- Created: 2013-05-29T09:28:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-06-06T15:15:56.000Z (over 11 years ago)
- Last Synced: 2024-04-09T15:08:57.695Z (7 months ago)
- Language: JavaScript
- Homepage: doabit.com
- Size: 1.18 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Doabit Blog
http://doabit.com
[padrino][1] + [puma][2] + [nginx][3]
### Requirements
1. ruby 2.0.0-p195
2. sqlite3 (you also can use mysql or postgresql)
3. nginx### Use
1. run `bundle install`
2. copy `config/app_config.example.yml` to `config/app_config.yml`, `config/database.example.yml` to `config/database.yml`, `config/deploy.example.rb` to `cofnig/deploy.rb`
3. Modify `database.yml,` `app_config.yml`
4. run `bundle exec rake ar:migrate`
5. run `bundle exec rake ar:seed`
6. Modify `deploy.rb` for yourself and run `bundle exec cap depoy:setup`
7. ssh to your host and modify files in `shared/config/` path[1]: https://github.com/padrino/padrino-framework
[2]: https://github.com/puma/puma
[3]: http://nginx.org/