Updated Releasing to any webserver (markdown)

Iuri Matias 2015-06-21 10:01:33 -04:00
parent f05336b157
commit d7b849b0d1
1 changed files with 26 additions and 1 deletions

@ -1 +1,26 @@
first
### Building the DApp
To build your app:
```shell
embark build
```
This will build your app and make it available at ```dist/dapp```. You can easily upload or copy paste this folder to your webserver or app of choice.
### Releasing a DApp that uses the Tesnet
Once you have the testnet chain configured in one of your environments (usually ```staging``` in ```config/blockchain```, you can then easily deploy using:
```shell
embark blockchain staging
```
in one console, followed by
```shell
embark build staging
```
in another console. The final app will be available at the 'dist/dapp' folder