mirror of
https://github.com/CachetHQ/Cachet.git
synced 2025-03-14 20:39:44 +01:00
Merge pull request #298 from sammcj/master
Add steps to install requirements to documentation
This commit is contained in:
commit
ea89940bab
@ -28,6 +28,7 @@ For more information on why I started developing Cachet, check out my [blog post
|
||||
- Node.js
|
||||
+ Bower
|
||||
+ Gulp
|
||||
- Composer
|
||||
- mcrypt extension
|
||||
|
||||
## Installation
|
||||
|
@ -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 -g bower
|
||||
npm install -g gulp
|
||||
curl -sS https://getcomposer.org/installer | php #always be careful when piping from the internet!
|
||||
```
|
||||
|
||||
|
||||
## Build the assets.
|
||||
|
||||
```bash
|
||||
$ npm install
|
||||
|
Loading…
x
Reference in New Issue
Block a user