Nexteria / Nextis

2 stars 0 forks source link

Spísať manuál pre prácu s aplikáciou #92

Open Player1os opened 7 years ago

Player1os commented 7 years ago

ON BEHALF OF @Bokos-

React

Requirements

use node >= 6

Install (step by step)

git clone https://github.com/Nexteria/Nextis.git
cp Nextis/frontend/src/common/config.js.example Nextis/frontend/src/config.js
cd frontend
npm install
composer install
#copy .env.example to .env
#change configuration

php artisan migrate
php artisan key:generate
chmod -R 777 storage/
chmod -R 777 boostrap/cache

For development run:

gulp

For production run:

gulp -p