Skip to content

Add production installation instructions

Etienne Dysli Metref requested to merge edysli/garden-party:issue-114 into develop

Here is a first stab at installation instructions for production instances (#114 (closed)).

Some commands are slightly different from the development ones above in the document, and are repeated in the "Production" section, which doesn't feel great... Which way would you prefer this to go a) have a full set of instructions for both development and production setups or b) only describe the differences for production compared to development?

The production installation could also be in a separate document.

Checks

  • I created/updated FactoryBot factories (preferably using Faker)
  • I created/updated RSpec tests:
    • Acceptance
    • Channel
    • Class (lib/...)
    • Mailer
    • Model
    • Policy
    • Request
  • I created/updated JS tests according to my changes
  • I created/updated Cucumber scenarios
  • My commits follows the conventional commits format
  • I updated the readme to reflect my changes
  • I updated the changelogs to reflect my changes, in a separate commit
Edited by Etienne Dysli Metref

Merge request reports