Skip to content

Commit

Permalink
Add some instructions to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
kutaloweb committed Feb 10, 2019
1 parent 7da2d1f commit db0e500
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand All @@ -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

```
Expand Down

0 comments on commit db0e500

Please sign in to comment.