-
Notifications
You must be signed in to change notification settings - Fork 495
Releasing to any webserver
Iuri Matias edited this page Jun 21, 2015
·
4 revisions
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.
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