Skip to content

Feel free to raise any issues or questions. Or submit a PR, ta :)

Notifications You must be signed in to change notification settings

jordins/LaravelAngularDocker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaravelAngularDocker

Laravel specific Docker set-up.

Getting started

The first time you want to run the application, use the install script:

sudo sh install.sh

This will install boot2docker and docker-compose (if not already installed locally) and will set up the containers and run the necessary dependency installs / migrations.

To stop the vm/docker: sh down.sh
To start the vm/docker: sh up.sh

###Set up your vhosts

# Test Project
192.168.59.103 api.test.com
192.168.59.103 admin.test.com
192.168.59.103 frontend.test.com

Visit http://ewanvalentine.io/running-laravel-and-angularjs-on-docker/ for more info.

About

Feel free to raise any issues or questions. Or submit a PR, ta :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.7%
  • Shell 2.7%
  • Nginx 1.1%
  • HTML 1.1%
  • JavaScript 0.7%
  • ApacheConf 0.6%
  • CSS 0.1%