Skip to content

flashvoid/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

==Usage

sudo docker run -it \
    -v </path/to/gitkey>:/gitkey \
	-v </path/to/ec2key>:/ec2key \
	-e STACK_NAME=<test> \
	-e AWS_ACCESS_KEY_ID=<AWS_ACCESS_KEY> \
	-e AWS_SECRET_ACCESS_KEY=<AWS_SECRET_KEY> \
	flashvoid/romana-build install
	
# gitkey - is ssh key with access to romana git repo
# ec2key - is our shared ec2 key
# STACK_NAME - is obviously a name of CF stack
# AWS_ACCESS_KEY_ID - and AWS_SECRET_ACCESS_KEY are
# aws keys used to create CF stack