Update README.md
This commit is contained in:
parent
12c84dee8e
commit
1f3c346fa9
18
README.md
18
README.md
@ -1,6 +1,6 @@
|
||||
**Gentelella Admin on Rails 4**
|
||||
**Gentelella On Rails **
|
||||
---------------------------
|
||||
Rails implementation of the awesome [Gentelella](https://github.com/puikinsh/gentelella) Bootstrap admin template.
|
||||
Rails 4 implementation of the awesome [Gentelella](https://github.com/puikinsh/gentelella) Bootstrap admin template.
|
||||
|
||||
Setup:
|
||||
1. Clone this repo : git clone
|
||||
@ -13,8 +13,10 @@ Setup:
|
||||
4. bower install
|
||||
|
||||
5. bundle install
|
||||
|
||||
6. rails s
|
||||
|
||||
6. rake rails:update:bin
|
||||
|
||||
7. rails s
|
||||
|
||||
That's it!
|
||||
|
||||
@ -22,6 +24,12 @@ Navigate to http://localhost:3000/plainpage/index
|
||||
|
||||
![gentelella on rails ](https://cloud.githubusercontent.com/assets/2548160/14771111/a1523f80-0a78-11e6-87bb-9de1156faf51.png)
|
||||
|
||||
------------------------------------------------------------------------
|
||||
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).
|
||||
|
||||
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)
|
||||
|
||||
----------
|
||||
** I committed the vendor files to this repo so you may skip step 3 and 4*
|
||||
*I committed the vendor files to this repo so you may skip step 3 and 4*
|
||||
|
Loading…
Reference in New Issue
Block a user