Skip to content

civilcode/cloud9-bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud9 Bootstrap

Cloud9 Setup

Cloud9 Bootstrap will guide you in setting up a Cloud9 instance for a CivilCode project based on our reference application.

Setup an EC2 instance

Login to Amazon AWS, choose Cloud9 service and in your environments tab choose to Create environment.

When prompted for the environment settings choose:

  • Create a new instance for environment(EC2)
  • m4.large as instance type as you will be using Docker exclusively
  • leave cost saving setting set to 30 mins (default)

Installation script

The script will configure the instance with our standard development environment and Docker. Please review the script to see what is installed.

wget https://raw.githubusercontent.com/civilcode/cloud9-bootstrap/master/install.sh
sh ./install.sh

Testing

To testing the install script:

docker build -t civilcode/amazonlinux .
docker run -it --rm -v $(pwd):/app civilcode/amazonlinux
sh  /app/install.sh

Share environment with the team

In the right top corner of the IDE click the share button which allows you to give access to the Cloud9 environment.

About

CivilCode's cloud-based bootstrap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published