Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 636 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 636 Bytes

pypicloud-confd

This adds confd & templating support to the docker image stevearc/pypicloud:1.0.2.

Instructions

Sample Environment

To run locally with example environmental variables use the following bash commands:

docker-compose up

Install a sample package and view it in the web UI

pip install -i http://person1:person1@localhost:8080/simple/ scipy
open http://localhost:8080/#/

Usernames & Passwords

Sample Admins (read/write)

  • admin / password
  • jenkins / jenkins

Sample Regular Users (read-only)

  • person1 / person1
  • person2 / person2