From 18b11785394e20b62ae0bb2fd558363a3307652f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 25 Nov 2014 13:47:15 +0000 Subject: [PATCH] CLoses #31 - remember to run key:generate --- INSTALL.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 977497a1..deff18a1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -12,7 +12,7 @@ You need at least PHP, [Composer](https://getcomposer.org/) and the `php-mcrypt` 1. [Running database migrations](#running-database-migrations) 4. [Running Cachet](#running-cachet) 1. [Apache setup](#apache) - 1. [nginx setup](#nginx) + 2. [nginx setup](#nginx) 5. [Environment detection](#environment-detection) # Get a copy! @@ -175,3 +175,7 @@ Restart Apache and you're done! # Environment Detection If you're deploying into production you'll want to create an environmental variable as `ENV=production`. In the instance where the variable isn't defined, Cachet will think that it's `local`. + +# Security + +After deploying to a server that isn't [Heroku](#heroku) you should run `php artisan key:generate` before setting Cachet up. This changes the application key (found in `/app/config/app.php`) which is used for encryption.