2017 © Pedro Peláez
 

project symodo

Symfony 4 + Mongo + Docker starter project

image

desaroger/symodo

Symfony 4 + Mongo + Docker starter project

  • Saturday, June 2, 2018
  • by desaroger
  • Repository
  • 1 Watchers
  • 1 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Symodo

I made Symodo to be my starter point to make PHP7 + Symfony 4 + mongo websites., (*1)

It's based on the Symfony 4 website skeleton, adding:, (*2)

  • Laradock for managing dockers. Inside bin folder I added some shellscripts to ease the work with laradock.
  • Mongodb-odm-bundle and the mongo PHP extension, and configuring everything to work
  • FOSUserBundle and configures it. Automatically creates a default admin.
  • Adds the home and admin page to test everything works

Installation

You only need to follow the next steps:, (*3)

$ git clone git@github.com:desaroger/symodo.git
$ cd symodo
$ ./bin/initialize.sh
$ ./bin/start.sh

Now open your browser and go to localhost., (*4)

You can watch an asciinema of the installation:, (*5)

asciicast, (*6)

The Versions