Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

front end

Jan Polowinski edited this page May 31, 2016 · 6 revisions

For a quick guide to start frontend developing have a look at our Start Development Guide.

Connecting to Different Backends

  • The dswarm.api.base-url in the dswarm.conf is not interpreted by the frontend
  • To use a backend that is not on localhost you also need to execute the following commands (adapt to your setup) before starting the frontend:

#!/bin/bash

export DMP_HOME=/path/to/the/dswarm/backend/folder/

export STAGE=development

export DMP_OPEN_TO_THE_WORLD=true

export DMP_WORLD_IP=194.95.XXX.XX

export DMP_BACKEND_URL=http://194.95.XXX.XX:8080/dmp/

cd /path/to/the/dswarm/frontend/folder/yo/

grunt serve

Clone this wiki locally