mirror of https://github.com/embarklabs/embark.git
fc01daf3e9
Remove support for `service whisper on/off` because Whisper cannot be started without first disabling it in the communications config, then restarting Embark. Add documentation for the `service [process] on/off` command This command was only added a few commits back so it is not considered a breaking change. Refactor the `service [process] on/off` commands so that there is only one command. Previously we had a command registered for each process, ie: ``` service blockchain on/off service ipfs on/off … ``` Now, we only have one command with many options: ``` service [process] on/off - Starts/stops the process. Options: blockchain, embark, ipfs, api ``` Whisper is deliberately not included in the available options for the aforementioned reasons. |
||
---|---|---|
.. | ||
scripts | ||
source | ||
themes/embark | ||
.gitignore | ||
CNAME | ||
LICENSE | ||
README.md | ||
_config.yml | ||
deploy-site.js | ||
gulpfile.js | ||
package.json | ||
yarn.lock |
README.md
Embark Official Website
The website for Embark.
Getting started
Install dependencies:
$ git clone https://github.com/status-im/embark-site.git
$ cd embark-site
$ npm install
Generate:
$ hexo generate
Run server:
$ hexo server