You can download/clone the repository to your computer and copy
all the files in inside demo/html/webarch to vendor/assets/webarch_core
The following will be a simple guide to use Webarch admin dashboard template with Ruby on Rails (Tested on v5.1.4 Rails and Webarch v3.0)
-
Create a new Rails App
rails new myappp -
Create two folder called
webarch_coreandwebarch_pluginsinsidevendor/assetsfolder -
Copy all the files in inside
demo/html/webarchtovendor/assets/webarch_core -
Copy all the files in inside
demo/html/assets/pluginstovendor/assets/webarch_plugins -
In your
config/application.rbfile add the following code inside the class like this application.rb -
Replace your
app/assets/stylesheets/application.csslike the following application.css -
Replace your
app/assets/javascripts/application.jslike the following application.js -
Replace your
app/views/layouts/application.html.erblike the following application.html.erb
###Done!