Browse Source

Fixes #25

master
Radu Liviu Carjan 3 years ago
parent
commit
a501be5cae
  1. 15
      README.md

15
README.md

@ -1,14 +1,17 @@
# Search and Displace Core
---
**NOTE**
The installation steps below were tested on an Ubuntu machine and should be adapted for each specific environment.
---
## Install
- Create the `.env` file by copying the contents from the `.env.example` file.
`cp .env.example .env`
- Generate the app key by running the following command:
`php artisan key:generate`
- Install the 'sqlite' driver for your PHP version if it is not already installed.
- For the 'QUEUE_CONNECTION' variable in `.env` you can use either `sync` or `redis` (recommended). If you choose to use `redis`
@ -30,6 +33,10 @@ details about installing Facebook Duckling in a section below.
`composer install`
- Generate the app key by running the following command:
`php artisan key:generate`
- Install NodeJS and npm
- Install npm dependencies

Loading…
Cancel
Save