Skip to content

Cloning

Bill Finn edited this page Jul 10, 2019 · 1 revision
  1. Make a local copy of the application files: /sites/hfe-experience copy as /sites/

    • update directory name for project
  2. New repository on GitHub

    • update to match directory name for project
  3. Copy PostgreSQL database

    1. use pgAdmin4
    2. On Databases parent, right-click and select Create Database Copy and create database
    3. Under Definition, select Use Template, and select content model_development1 Copy and create database
  4. Truncate data tables in Postico (or other database app)

  5. Update database.yaml to new postgresql ….

Rename default Heroku app to custom client name https://devcenter.heroku.com/articles/renaming-apps

Clone this wiki locally