Create an Admin User

Local (development)

  1. Make sure Docker is running:

    gon up
  2. Create the user:

    gon user admin@myapp.com
  3. Note the generated password from the output.

Remote (production)

  1. From your project directory:

    gon user admin@myapp.com --remote=production
  2. With a specific password:

    gon user admin@myapp.com --password=mysecret --remote=production