Rodan-Client is a GUI that allows you to interact with Rodan jobs and workflows.
UPDATE: You should not need to install rodan-client this way anymore. Rodan-Docker
does everything for us.
Install Homebrew
, Yarn
, Gulp
and git
if you have not already. You should install both yarn
and gulp
globally.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install yarn
yarn global add gulp
git clone https://github.com/DDMAL/rodan-client
yarn install
configuration.example.json
file, and rename it to configuration.json
SERVER_HOST
and SERVER_PORT
accordingly
localhost
for the server, and port 8000
. You will also need to set SERVER_HTTPS
to false unless you setup local SSL certificates../node_modules/.bin/
and run ./jspm install -y
gulp