Git Product home page Git Product logo

symfony-docker-skeleton's Introduction

Symfony Docker Skeleton

This project bundles the base Symfony framework with a MySQL container and Docker to aid with local development.

Cloning project

Clone via git by running:

git clone https://github.com/shreypuranik/symfony-docker-skeleton.git

To run locally

  • Clone this project locally
  • Navigate to your local project directory
  • Run the following command via cli
  • docker-compose up --build
  • This should spin up the required containers as specified in docker-compose.yml

Setting up your application

Once your Docker containers are ready, jump into the php container by running:

docker-compose exec php /bin/bash

Once within the container, run the Symfomy command to set up your app in the same directory:

symfony new .

From your browser, visit http://localhost:8082 and you should see your newly created Symfony app.

symfony-docker-skeleton's People

Stargazers

Shrey Puranik avatar

Watchers

James Cloos avatar Shrey Puranik avatar

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.