Coder Social home page Coder Social logo

vorburger / scriptsetcforpresalesvm Goto Github PK

View Code? Open in Web Editor NEW
7.0 7.0 8.0 35 KB

Docker.com scripts for Design Studio for T24 Continous Integration (CI) "DevOps" demo environment

Home Page: http://www.temenos.com

License: MIT License

Shell 100.00%

scriptsetcforpresalesvm's Introduction

Docker.com scripts for TEMENOS Design Studio for T24 Continous Integration (CI) "DevOps" demo environment.

How to build

build.sh
docker run -d -p 8080:8080 -p 3690:3690 -p 9001:9001 -p 2222:2222 -p 7070:7070 -p 10999:10999 -p 8787:8787 dsdemo
...
docker stop ...
docker ps -a
...
docker start ...

You typically want to run "docker run" once, and then "start" it N times.
(Each "docker run" will create another Container of the same Image.)

Available services

  • Subversion: svn://developer1@localhost, password "developer1" (uses TCP/IP port 3690)
  • Jenkins: http://localhost:7070
  • T24 Browser: http://localhost:8080/BrowserWeb/ (SSOUSER1 / 123456)
  • CLI Login: ssh -p 2222 root@localhost, login with password "demo"
    • T24 Classic: tRun -cf tafj EX
    • T24 TAFj scripts, e.g. DBTools
  • Supervisor: http://localhost:9001
  • Java Remote Debugging: port 8787

PS

Caveat emptor: The documentation and scripts in this Git repository are provided "as is", just a how-to example, and not an officially supported "product" by TEMENOS The Banking Software Company. See LICENSE.txt

Originally started by Michael Vorburger on April 29th, 2015.

Contributions via open source pull requests most welcome.

scriptsetcforpresalesvm's People

Contributors

vorburger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

scriptsetcforpresalesvm's Issues

docker build fails with the following error: Unable to locate package language-pack-en

Step 6/41 : RUN apt-get install -y --no-install-recommends language-pack-en && locale-gen en_US && update-locale LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 && mkdir /etc/container_environment && echo -n en_US.UTF-8 > /etc/container_environment/LANG && echo -n en_US.UTF-8 > /etc/container_environment/LC_CTYPE

Results in:

E: Unable to locate package language-pack-en

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.