-
-
Notifications
You must be signed in to change notification settings - Fork 519
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdc3c8c
commit 77c0670
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: `[email protected]` | ||
|