Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.2 KB


Speed-Mailer project

Speed-Mailer is a website for generate a mailing list, and send your email with this new list. You can have a free version to generate 50 mails. After this application is reserved for prenium member. A account is required for use application.

Application developped by DYS-Tools

Technology

Working with symfony

  • Webpack Encore
  • React.js
  • Symfony
  • Docker ( configure your environment)
  • Ansible ( deploy with ansible folder)

Use this project

How to use this project on your environment ?

  • clone this project on your environment
  • configure your variable environment
  • run composer install
  • run yarn install
  • run php bin/console d:d:c
  • run php bin/console make:migration
  • run php bin/console d:m:m
  • You can run this project with docker containers (docker-compose included in this repository )

Other information

Visit our website for more informations

Deployment

Several solutions to deploy this project :

  1. You can use Ansible with Ansible folder for deploy