Add steps to install js requirements
JS requirements are a pain, so I've added the steps required to install them. This may help people wanting to try it out before packages are available.
This commit is contained in:
@@ -36,7 +36,18 @@ $ git clone https://github.com/cachethq/Cachet.git
|
||||
$ cd Cachet
|
||||
```
|
||||
|
||||
You will also need to build the assets.
|
||||
## Install requirements
|
||||
|
||||
You need to have a modern version of node.js installed (with NPM) - see https://github.com/nodesource/distributions
|
||||
```bash
|
||||
apt-get install nodejs
|
||||
npm install bower
|
||||
npm install gulp
|
||||
curl -sS https://getcomposer.org/installer | php #always be careful when piping from the internet!
|
||||
```
|
||||
|
||||
|
||||
## Build the assets.
|
||||
|
||||
```bash
|
||||
$ npm install
|
||||
|
||||
Reference in New Issue
Block a user