gluster-web-interface/README.md

36 lines
1.2 KiB
Markdown
Raw Normal View History

2016-04-30 01:34:25 +00:00
**Gentelella On Rails **
2016-04-25 00:47:31 +00:00
---------------------------
2016-04-30 01:34:25 +00:00
Rails 4 implementation of the awesome [Gentelella](https://github.com/puikinsh/gentelella) Bootstrap admin template.
2016-04-25 00:47:31 +00:00
Setup:
1. Clone this repo : git clone
https://github.com/iogbole/gentelella_on_rails.git
2. cd gentelella_on_rails
3. npm install -g bower
4. bower install
5. bundle install
2016-04-30 01:34:25 +00:00
6. rake rails:update:bin
7. rails s
2016-04-25 00:47:31 +00:00
That's it!
Navigate to http://localhost:3000/plainpage/index
![gentelella on rails ](https://cloud.githubusercontent.com/assets/2548160/14771111/a1523f80-0a78-11e6-87bb-9de1156faf51.png)
2016-04-30 01:34:25 +00:00
------------------------------------------------------------------------
If you're using devise, you'd need to create another layout to handle authentication and sign_ups as discussed in [issue #2](https://github.com/iogbole/gentelella_on_rails/issues/2).
2016-04-25 00:47:31 +00:00
2016-04-30 01:34:25 +00:00
This is the [login template](https://gist.github.com/iogbole/a2f1ddf330cb5194967a1996369619e8). And this is how it looks:
![enter image description here](https://cloud.githubusercontent.com/assets/2548160/14933076/fb9724d2-0e7a-11e6-8e3a-26c352576d07.png)
2016-04-25 00:47:31 +00:00
----------
2016-04-30 01:34:25 +00:00
*I committed the vendor files to this repo so you may skip step 3 and 4*