Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses a few outstanding issues.
/.cachet-installed
touch file is added, so that we don't run thephp artisan key:generate
andphp artisan app:install
on the second run. Caveat to this is if the Cachet container is deleted (such as on an upgrade) we lose the touchfile. Per the warning in the Cachet install guide: Never change the APP_KEY after installation on production environment. This will result in all of your encrypted/hashed data being lost. -- May need to clarify what that data is that is lost. Another option (probably the right option) is to query for an appropriate value in the database.