Skip to content

Commit

Permalink
Updates readme
Browse files Browse the repository at this point in the history
  • Loading branch information
austintoddj committed Sep 3, 2016
1 parent fdc3c8c commit 77c0670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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 search index, run `php artisan canvas:index`
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`
Expand Down

0 comments on commit 77c0670

Please sign in to comment.