Updated Multiple users running one chuck instance (markdown)

jeena 2014-12-24 14:24:21 -08:00
parent b345dd1cad
commit 16bca7326f

@ -1,7 +1,9 @@
`git clone https://github.com/logsol/chuck.js.git` ```
`cd chuck.js` git clone https://github.com/logsol/chuck.js.git
`git config core.sharedRepository group` cd chuck.js
`chmod g+s -R .` git config core.sharedRepository group
`chmod g+w -R .` chmod g+s -R .
`npm install` chmod g+w -R .
`npm start` npm install
npm start
```