gluster-web-interface/README.md

50 lines
1.5 KiB
Markdown
Raw Normal View History

2016-04-30 01:42:09 +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
2016-08-22 08:07:57 +00:00
Requirement:
1. ruby(2.2.3)
2. rails
3. sshpass
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-06-17 15:15:44 +00:00
2016-08-20 09:32:14 +00:00
6. bin/rake db:migrate
7. rails s
2016-04-25 00:47:31 +00:00
That's it!
2016-06-17 15:15:44 +00:00
Navigate to http://localhost:3000
2016-04-25 00:47:31 +00:00
2016-06-17 15:15:44 +00:00
![gentelella on rails ](https://cloud.githubusercontent.com/assets/2548160/16155032/63da00fa-34a5-11e6-917e-f7a616d7bd50.png)
2016-04-25 00:47:31 +00:00
2016-04-30 01:34:25 +00:00
------------------------------------------------------------------------
2016-06-17 15:15:44 +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).
This is the [login template](https://gist.github.com/iogbole/a2f1ddf330cb5194967a1996369619e8). And this is what it looks like:
2016-04-25 00:47:31 +00:00
2016-04-30 01:34:25 +00:00
![enter image description here](https://cloud.githubusercontent.com/assets/2548160/14933076/fb9724d2-0e7a-11e6-8e3a-26c352576d07.png)
2016-06-17 15:15:44 +00:00
2016-04-25 00:47:31 +00:00
----------
2016-06-17 15:15:44 +00:00
*I committed the vendor files to this repo so you may skip step 3 and 4*
**Contributing**
In the spirit of [free software](http://www.fsf.org/licensing/essays/free-sw.html), 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.
2016-07-08 02:14:59 +00:00
- Refactor code.