Skip to content
/ notejam Public
forked from komarserjio/notejam

Unified sample web app. The easy way to learn web frameworks.

License

Notifications You must be signed in to change notification settings

fagzal/notejam

 
 

Repository files navigation

Manifest

.travis.yml

  • Travis build instructions

appspec.yml

  • AWS descriptor for running the application

before_deploy.sh

  • run on travis-ci before an actual deployment happens; discovers db hostname with awscli, creates config file for the database access, saves docker image, creates application bundle

before_install.sh

  • sets up application environment for travis builds

apache-config.conf

  • apache vhost configuration for Laravel front-end

Dockerfile_apache

  • dockerfile for building the dockerized version

dockerup.sh

  • As described in appspec.yml, brings up the application after it is deployed.

run_devel_local.sh

  • Run dockerized application in local development mode

run_tests_local.sh

  • Run unit test in local mode (in docker)

About

Unified sample web app. The easy way to learn web frameworks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 55.1%
  • HTML 34.3%
  • CSS 9.0%
  • Shell 1.6%