Get support for welcoMattic/wott

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

welcoMattic/wott

What's on TV tonight ? (wott.fr)

Symfony2 project @ IESA Multimédia

Mathieu Santostefano + Maxime Vaullerin + Marine Bouras + Grégory Joly

Minimum configuration required :

  • Apache >= 2.2 (ou Nginx >= 1.2.1)
  • PHP >= 5.5
  • MySQL >= 5.5
  • Xdebug 2.2.3
  • APC

Installation

  • Create vhost

Create a vhost named : wott.dev

  • Clone the repo

git clone https://github.com/welcoMattic/wott && cd wott

####Composer

  • Install Symfony2 components and vendors

composer install

  • Or if you already have install WOTT project, do an update

composer update

####Database

  • Update your database

php app/console doctrine:schema:create

  • Or if you already have install WOTT project, do an update

php app/console doctrine:schema:update --force

  • Populate your database from TMDB API

php app/console wott:insertGenres php app/console wott:insertFilms php app/console wott:insertPeoples

  • Create a superAdmin to access to the admin dashboard

php app/console fos:user:create --super-admin

####Assets

  • Install web assets

php app/console assets:install web

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2