Clone Instrumental Template to a new app
How to clone Instrumental Template to a new app
Last updated
How to clone Instrumental Template to a new app
Last updated
If you're starting a totally fresh app and don't want to use Instrumental Template, then . Otherwise, read on to use Instrumental Template for this new app.
Assuming you've already initiated git in the project folder, you now add the github repo as a remote and push to it (replace PROJECTNAME)
Change these to the new app's name:
Instrumental Template
InstrumentalTemplate
instrumental_template
instrumental
For the development database:
host: localhost
username: (can leave blank)
password: (can leave blank)
database_name: Find this in config/database.yml. It's probably projectname_development
port: 5432 (leave it as default)
If the cloned (new) app has files inside of config/credentials, then delete all of them. Then run:
In my CasJam Github account,
That will open the "nano" editor in terminal, which you can use to save the credentials file for the first time. After that, use my for editing rails credentials in Sublime, etc.