Fill in your Scrivito CMS credentials (Log in or sign up at https://scrivito.com, get a fresh CMS, display full API keys)
Wait until Heroku has finished deployment.
Explore your new Scrivito app.
Download/clone onto your machine and install the gems.
git clone git@github.com:Scrivito/theme_scriv-uno.git
cd theme_scriv-uno
bundle
Create an .env file in your app root directory for your API credentials.
Your .env file should look like this:
SCRIVITO_TENANT = some_long_letters_n_numbers
SCRIVITO_API_KEY = get_them_for_a_trial_cms_on_scrivito
Then run
bundle exec rake scrivito:migrate
bundle exec rake scrivito:migrate:publish
rails s
Open http://localhost:3000
in your browser.
After installing your app, you can activate the scrivito edit view.
- Go to
http://localhost:3000/login
to log in or use theMy Flap
on right border - Use
login
as username andpassword
as password - Create a working copy and select
edit
Now you can edit your content.
To change the system login, look in the session_controller.rb
and change the method valid_credentials?(login, password)
. Here you can insert a login for the crm, oauth or ticketing systems.