Vagrant files to setup ubuntu VM for Dynamic node build
Pull the dynamic
submodule with
git submodule update --recursive --remote
Run:
vagrant up
SSH into vagrant:
vagrant ssh
run:
cd apps/dynamic
./autogen.sh && ./configure --without-gui --disable-tests --disable-bench && make
You will need to create a dynamic configuration file at: ~/.dynamic/dynamic.conf
on the vagrant VM
Copy the config from ./docker/dynamic.default.conf
into this file.
Running Server - ./src/dynamicd --daemon
Stopping Server - ./src/dynamic-cli stop
Help - ./src/dynamic-cli help