| app | ||
| bin | ||
| config | ||
| db | ||
| lib | ||
| log | ||
| node_modules | ||
| public | ||
| script | ||
| test | ||
| vendor/assets | ||
| .bowerrc | ||
| .gitignore | ||
| .ruby-version | ||
| bower.json | ||
| config.ru | ||
| configure.conf | ||
| Gemfile | ||
| Gemfile.lock | ||
| Rakefile | ||
| README.md | ||
Gentelella On Rails
Rails 4 implementation of the awesome Gentelella Bootstrap admin template.
Requirement:
- ruby(2.2.3)
- rails
- sshpass
Setup:
-
Clone this repo : git clone https://github.com/iogbole/gentelella_on_rails.git
-
cd gentelella_on_rails
-
npm install -g bower
-
bower install
-
bundle install
-
bin/rake db:migrate
-
rails s
That's it!
Navigate to http://localhost:3000
If you're using devise, you'd need to create another layout to handle authentication and sign_ups as discussed in issue #2.
This is the login template. And this is what it looks like:
I committed the vendor files to this repo so you may skip step 3 and 4
Contributing
In the spirit of free software, everyone is encouraged to help improve this project. Here are a few ways you can pitch in:
- Report bugs or issues
- Fix bugs and submit pull requests.
- Write, clarify or fix documentation.
- Refactor code.

