Git Product home page Git Product logo

laravel-drydock's People

Contributors

atrauzzi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

laravel-drydock's Issues

Set Laravel default configs to be ./artisan serve-able

I was thinking that if someone wanted to use this base project, but not necessarily spin up the environment, it would be nice to have Laravel run in a pure-php mode. That is: Zero dependencies on external servers, etc...

  • Cache
  • DB
  • Sessions
  • Stuff like that...

Ideally this would be when the project is run without a .env file or any of it's environment variables specified.

Ripcord

I would like to create a script that is called ripcord.sh that essentially does all the install steps in one go.

Reason: New users can run a single command that gets their environment up and running.

ie:

#!/bin/bash
./run composer install (you will likely encounter github's rate limit)
./run artisan migrate (although the demo doesn't rely on any models)
./run npm install
./run jspm install
docker-compose up

Set up some kind of thing for mail

Would be sweet if it could intercept mail addresses locally somehow and then have a web interface for it... That's a bit big, but useful.

/var/www/artisan: Permission denied

When starting up the container (using both docker-compose up and sudo docker-compose up) I get an error for the laravel-worker as follows:

laravel-worker   | /usr/local/bin/artisan: line 3: /var/www/artisan: Permission denied
laravel-webapp   | [03-Feb-2016 20:30:36] NOTICE: fpm is running, pid 1
laravel-webapp   | [03-Feb-2016 20:30:36] NOTICE: ready to handle connections
laravel-webapp   | [03-Feb-2016 20:30:36] NOTICE: systemd monitor interval set to 10000ms
laravel-worker exited with code 126

I think this is preventing it from running the composer install step, so I don't get anything hosted at localhost:8080, however I do see the access logs showing up in the console window.

This is running in an xubuntu 15.10 desktop VM on Windows 7 64 bit Virtualbox 5.0.14 host

Cannot start worker service

After cloning the repo and spinning up the containers the worker container has an error and wlll not load.

ERROR: for ccdc-worker Cannot start service worker: oci runtime error: container_linux.go:265: starting container process caused "exec: "artisan": exCreating ccdc-cron ... done

ERROR: for worker Cannot start service worker: oci runtime error: container_linux.go:265: starting container process caused "exec: "artisan": executable file not found in $PATH"

Add `webapp.Dockerfile`

This will be used to produce production-ready containers.

Be sure to put some kind of comment inside of it indicating that one is better served by not building in their local dev checkout as deps get clobbered.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.