Skip to content

Latest commit

 

History

History
66 lines (47 loc) · 2.13 KB

README.md

File metadata and controls

66 lines (47 loc) · 2.13 KB

Burning Flipside Developer

This repo includes helper tools to allow you to easily create a development sandbox of Burning Flipside web applications.

This repo uses Docker Compose so you should have Docker installed on your workstation before you begin.

If your workstation runs Windows

To run the latest docker on window requires Windows 10 Professional.

If you are running another version of windows we recommend creating a linux virtual machine to work from.

If your workstation runs OSX or Linux

You can run the latest docker with little restriction.

You still might find advantages to working in a virtual machine.

Creating a Virtual Machine

If you create your virtual machine using these instructions you can skip the prerequisites below. https://bhedana.gitbooks.io/burner-code-school-sandbox-provisioning/content/

prerequisites

setup

  1. Sign up for GitHub Account
  2. Fork our repos
  1. clone this repo to your workstation
git clone https://github.com/BurningFlipside/DevSandbox
  1. run setup helper script
cd DevSandbox
./setup.sh

spin up services

docker instances will run your services but will read source from local repos in ./src/*

change source code and refresh browser to immediately see your changes

if you have mysql, ldap, or mongo database services running on your development machine you will need to stop those services while docker-compose is running.

$ docker-compose up

now point your web browser to https://localhost:3300 open up repos in src/* to make changes

spin down services

$ docker-compose down