Skip to content

Aleridia/ERC-MAP

 
 

Repository files navigation

ERC-MAP

Stack and libraries used

Installation notes

  • Create a PostgreSQL database and set the DSN connection string in the required environment variable : DATABASE_URL=pgsql://[USER]:[PASSWORD]@[HOST]:[PORT]/[DATABASE_NAME]
  • Create another environment variable containing the environment : APP_ENV=[prep|prod] (prep is like prod but with debug mode enabled)
  • Run the following commands at the root of your project :
    # Install prerequisites
    composer install --no-dev

    # Apply migrations and load seed data
    php bin/console doctrine:migrations:migrate --no-interaction
  • Start (or restart) web server

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.6%
  • HTML 7.1%
  • JavaScript 1.3%
  • Other 1.0%