From a7e31612088e5e648d04443e7639f18703650fbf Mon Sep 17 00:00:00 2001 From: kexkey Date: Sat, 30 Mar 2019 20:58:45 -0400 Subject: [PATCH] Added steps to build images --- doc/INSTALL.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 75fc6bb..676593f 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -20,6 +20,18 @@ Or you can simply run this magic command to start setup and installation: curl -fsSL https://raw.githubusercontent.com/SatoshiPortal/cyphernode/master/dist/setup.sh -o setup_cyphernode.sh && chmod +x setup_cyphernode.sh && ./setup_cyphernode.sh ``` +### Build cyphernode yourself + +You can build cyphernode images yourself. The images will have the same name than the ones in the docker hub, with the suffix -local. + +```shell +git clone https://github.com/SatoshiPortal/cyphernode.git +cd cyphernode +./build.sh +cd dist +./setup.sh +``` + ## Upgrading Your proxy's database won't be lost. Migration scripts are taking care of automatically migrating the database when starting the proxy.