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_core
andwebarch_plugins
insidevendor/assets
folder -
Copy all the files in inside
demo/html/webarch
tovendor/assets/webarch_core
-
Copy all the files in inside
demo/html/assets/plugins
tovendor/assets/webarch_plugins
-
In your
config/application.rb
file add the following code inside the class like this application.rb -
Replace your
app/assets/stylesheets/application.css
like the following application.css -
Replace your
app/assets/javascripts/application.js
like the following application.js -
Replace your
app/views/layouts/application.html.erb
like the following application.html.erb
###Done!