GitXplorerGitXplorer
p

docker-prototypo

public
6 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
df36c30bc2ccd5eff8738af0cb60fcdd3bdea841

It works! Add screenshot

ppasscod committed 10 years ago
Unverified
9abc0c015744576065cc2c37fb1c6cee67625ad0

Adjust envvars for the right IPs

ppasscod committed 10 years ago
Unverified
a6b56be1acf27f00db4745366e11d56317554bb8

Change to a single-step run

ppasscod committed 10 years ago
Unverified
05ccf446881bffa302330e66ca2cc08961e9eba9

Move back to single dockerfile

ppasscod committed 10 years ago
Unverified
5057ec96ac8227273048034a3a149d0b1e5de17a

Change couchdb data dir

ppasscod committed 10 years ago
Unverified
2dbe1164287cb1f00a240f893ed63e17cfbb3ee8

Use a base image

ppasscod committed 10 years ago

README

The README file for this repository.

Prototypo on Docker

Experimental deployment of [Prototypo] on Docker.

Screenshot [Prototypo]: http://prototypo.io

Process

# Get the docker image
$ docker pull passcod/prototypo

# Create a folder to persist the couchdb data
$ mkdir /path/to/data

# Launch it. You'll have to enter a password
# for the Hoodie Admin dashboard.
$ docker run -itv /path/to/data:/var/lib/couchdb passcod/prototypo

Now you should be able to connect to the container. Ports are:

  • 9000 for the main Prototypo app
  • 6002 for the Hoodie admin dash
  • 9001 for the Hoodie API (+cors)

Find out the address using:

$ docker ps
$ docker inspect container_name | grep IPAddress

Connect to the Hoodie admin dash with the password you typed in, add a new user, and use those credentials to log in to Prototypo.

Happy font creating!