This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
- Ruby version: 2.6.1 You can use this link to install ruby version using rvm https://rvm.io/rvm/install
Create the folowing databases in mysqll which is mention in database.yml
- file_editor_development
- file_editor_test
- file_editor_production
Run the following commands to create schema and dump the database
- rake db:schema:load
- rake db:seed
Initial login with following admin credential
- Username: [email protected]
- password: 123456
Go to S3 configs Tab and add new aws account details