Skip to content
/ website Public

πŸ‘©β€πŸ’»πŸ‘¨β€πŸ’» afsy.fr website ✨

Notifications You must be signed in to change notification settings

afsy/website

This branch is 1 commit ahead of, 4 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f77ad0e Β· Feb 13, 2022
Oct 25, 2021
Nov 25, 2019
Jan 16, 2022
Oct 23, 2019
Oct 26, 2021
Dec 1, 2019
Dec 8, 2019
Oct 25, 2021
Jan 16, 2022
Oct 25, 2021
Oct 23, 2019
Nov 23, 2019
Oct 25, 2021
Mar 22, 2020
Oct 25, 2021
Nov 14, 2021
Dec 1, 2019
Oct 25, 2021
Nov 24, 2021
Mar 22, 2020
Mar 22, 2020
Apr 30, 2020
Nov 14, 2019
Oct 23, 2019
Oct 23, 2019
Oct 25, 2021
Oct 23, 2019
Feb 13, 2022

Repository files navigation

AFSY Website

AFSY stands for "Association Francophone des utilisateurs de Symfony". See http://afsy.fr/ for more informations.

How to add your own events on the website?

First you need to contact one of the administrators with your email and sensiolabs connect id: you may fill an issue to contact one of them.

Then, you will be able to log in into the Afsy website Back Office: http://afsy.fr/admin/. You can register new Articles and Authors. When your article is done and published, spread the world on social networks!

Install and run

Requirements:

  • PHP 8.0 / Composer
  • Symfony cli
  • Docker
  • NodeJS / Yarn

Run it locally:

$ symfony composer install
$ docker-compose up -d
$ symfony console doctrine:schema:create
$ symfony console doctrine:fixtures:load
$ yarn install
$ yarn dev
$ symfony serve

How-to update CSS styles

Install assets and run yarn:

$ bin/console assets:i
$ yarn watch

Deployments

You need rights to the SymfonyCloud account and deploy with the following command.

$ symfony deploy

See SymfonyCloud documentation for more. (note that you can create environment by pull request on demand).