To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorSetting up an installation
As an administrator
I want to set up an installation of One Click Orgs
So that people can use One Click Orgs
- Background
-
- Given
- the application is not set up yet
- Scenarios
-
- Viewing the setup page
-
- When
- I go to the home page
- Then
- I should be on the setup page
- And
- the "base domain" field should contain "www.example.com"
- And
- the "sign-up domain" field should contain "www.example.com"
- Setting up the installation
-
- Given
- I am on the setup page
- When
- I fill in "base domain" with "example.com"
- And
- I fill in "sign-up domain" with "create.example.com"
- And
- I press "Save domains"
- Then
- I should be on the new association page
- And
- the domain should be "create.example.com"
Last published over 7 years ago by Chris Mear.