In order to build the project just execute the following command.
make build-project
In order to run tests just execute the following command.
make tests
In order to run tests just execute the following command.
make infection
- APP_ENV=dev
- APP_SECRET=app_secret_hash
- MYSQL_ROOT_PASSWORD: Root password.
- MYSQL_DATABASE: Mysql database name.
- MYSQL_USER: Mysql database user.
- MYSQL_PASSWORD: Mysql database password.
- DATABASE_URL: Mysql connection url.
- ACCESS_TOKEN: Twitter access token.
- ACCESS_TOKEN_SECRET: Twitter access token secret.
- CONSUMER_KEY: Twitter API key.
- CONSUMER_SECRET: Twitter API secret.