Skip to content

arbellas/dpanda.ide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dPanda WebIDE

dPanda WebIDE is a portion of the dPanda project that contains only the WebIDE. The WebIDE is "JSFiddle" style editor that supports XSLT and GatewayScript and the execution of the code.

Getting Started

Prerequisites

  • docker
  • git

Installing

Start by cloning the project, this will create a new directory "dpanda.ide":

cd ..
git clone https://github.com/Tangram-Soft/dpanda.ide.git

You can either pull the docker container from ibm's repository or download another version from the access catalog and create an image out of it.

$ docker pull ibmcom/datapower:latest

Once the image is ready, create the container:

$ cd dpanda
$ docker create -it \
  -v $PWD/config:/drouter/config \
  -v $PWD/local:/drouter/local \
  -e DATAPOWER_ACCEPT_LICENSE=true \
  -e DATAPOWER_INTERACTIVE=true \
  --name idg.dpanda \
  ibmcom/datapower

You'll later need to: ssh to the DataPower (Assuming you are using 7.5.2.x or later):

co;crypto;keygen CN dpanda-gui rsa 2048 gen-sscert;exit;exit;switch default
co;host-alias dpanda.xml.mgmt;ip-address 127.0.0.1;exit;host-alias dpanda.localhost;ip-address 127.0.0.1;exit
user dor;access-level privileged;password dpanda;suppress-password-change;exit
dpanda

About

dPanda WebIDE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 59.7%
  • XSLT 23.5%
  • HTML 10.1%
  • CSS 6.7%