Skip to content
This repository has been archived by the owner on Jun 2, 2020. It is now read-only.

passcod/docker-prototypo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

Experimental deployment of Prototypo on Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages