From cf5cb4d0badb05d49b60b5c95975d290b15bae40 Mon Sep 17 00:00:00 2001 From: Todd Austin Date: Fri, 9 Sep 2016 08:22:11 -0500 Subject: [PATCH] Updates readme --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46f075d13..258f00c6e 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,6 @@ Before you proceed make sure your server meets the following requirements: 3. Give the `uploads/` directory write-access by the web server: `chown -R www-data:www-data public/uploads/` 4. Copy the contents of `.env.example` and create a new file called `.env` in the project root. Set your application variables in the new file. 5. Run `php artisan canvas:install` and follow the on-screen prompts. -6. To build the initial search index, run `php artisan canvas:index` 7. Change the permissions of the `storage/` directory: `chmod -R 777 storage/` 8. Sign in to the application at `http://YOUR_DOMAIN/admin` * Email: `admin@canvas.com` @@ -51,12 +50,11 @@ Before you proceed make sure your server meets the following requirements: 2. Google Analytics * Set up a web property on [Google Analytics](https://www.google.com/analytics/#?modal_active=none). - * Enter your tracking ID (`GA_ID`) into the `.env` file. - * Enable Google Analytics in the `.env` file by setting `GA_ENABLE` to `true` + * Enter your tracking ID on the `Settings` page. 3. Disqus Integration * Generate a unique shortname from [Disqus](https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-). - * Enter your shortname (`DISQUS_NAME`) into the `.env` file. + * Enter your shortname on the `Settings` page. ## Contributing