Rails Website Template
A template for creating rails websites that includes the following:
- User System (Devise)
- Twitter Bootstrap + Flatstrap + Font Awesome
- Basic Blog
- Admin Panel
- SummerNote editor
- Image upload/File System
- Translation (pt-BR, EN)
- Contact System
- Maintaince Mode
- Email System (PaperClip + Mandrill)
Installation
- Clone the project:
https://github.com/jamesperet/rails_website_template.git
- Create postgres databases for development and test enviorments.
- Configure the databases in
config/enviorments/development.rb
and config/enviorments/test.rb
- Run
rake db:migrate
- Run
rake bootstrap:all
- Start the server:
rails server -p 3000
- Login as
admin@website.com
with the password 12345678
Todo's
- Log
- Tests
- Background processing (redis)
- Search System
- Wiki/Codex
- Portfolio
- Store
- Inventory
- Module Controller
- geo location/maps
- Help
- new admin email
- Invite user/admin
- admin panel tour
- rewrite readme file
- Install instructions
- Heroku Deploy button
Example Websites