Skip to content

jamiehannaford/cloud-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cloud-repl

A simulated terminal to provide tours of Rackspace Cloud to developers.

Setup

1. Required installations

Install Docker, git and vim

2. Specify API creds

Copy the env.list.dist specified in this repo, and fill in your own credentials.

3. Install and run Go API

docker pull jamiehannaford/provisioner
docker run -d -p 8080:8080 --name provisioner --env-file ./env.list jamiehannaford/provisioner:latest

4. Install and run HTML frontend

docker pull jamiehannaford/frontend
docker run -d -p 80:80 --name frontend jamiehannaford/frontend:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published