Skip to content

ThinkSolidification/hpccloud-services

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HPCCloud Services

Goal

Streamline a test deployment environment.

Running it

git clone https://github.com/Kitware/hpccloud-services.git
cd hpccloud-services
docker-compose up -d

Once done, make sure ansible is done configuring the various bits by looking at the following log

docker logs -f hpccloud-services_ansible_1

At that point you should be able to connect to http://localhost:8888 and login as demo/letmein

If you want to stop the services you can run the command

docker-compose down

About

Docker compose infrastructure for HPCCloud and the required services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 52.6%
  • Dockerfile 47.4%