4 Releasing to any webserver
Iuri Matias edited this page 2015-06-21 11:07:59 -04:00

Building the DApp

To build your app:

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.yml, you can then easily deploy using:

embark blockchain staging

in one console, followed by

embark build staging

in another console. The final app will be available at the 'dist/dapp' folder