From db0e50025e33d9af50d8b94bfbb4751a2a935f0e Mon Sep 17 00:00:00 2001 From: Kutalo Alexey Date: Sat, 9 Feb 2019 16:57:13 -0800 Subject: [PATCH] Add some instructions to the README --- readme.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8e74145..ef6e2d3 100644 --- a/readme.md +++ b/readme.md @@ -4,7 +4,7 @@ Content Management System based on [Laravel 5.6](https://laravel.com), [Vue 2.5] ## Getting Started -These instructions will get you a copy of the project up and running on your local linux machine. +These instructions will get you a copy of the project up and running on your local Linux or Mac OS X machine. ### Installing @@ -58,7 +58,7 @@ Execute the NPM script npm run dev ``` -Change the group ownership of the storage and cache directories and grant them all permissions +Change the group ownership of the storage and cache directories and grant them all permissions (for Mac type `_www` instead of `www-data`). ``` sudo chgrp -R www-data storage bootstrap/cache @@ -71,6 +71,8 @@ Install the application (create default roles, permissions, etc.) php artisan install ``` +Go to the page `/register`. The first registered user will get the admin role. + If you need own prerender server for SEO purposes ```