View demo online: http://demo.optimacms.com
- based on OptimaCMS
- Clone the git repo
git clone https://github.com/maxivak/rails-base-appor download it
-
Change config/secrets.yml with your database settings
-
Create MySQL database
-
Import mysql dump from '__db' folder into database
-
Run
bundle install -
Run
rake db:migrate -
Run
yarn install -
Precompile assets
RAILS_ENV=development rake assets:precompile
-
run web server
-
Access site
http://localhost:3000 -
Access admin area:
http://localhost:3000/admin
with credentials:
admin@example.com
password
- Change admin password
- Rails 5
- Ruby 2.4
- Mysql database
- Redis server
- Imagemagick (For uploading pictures)