AFSY stands for "Association Francophone des utilisateurs de Symfony". See http://afsy.fr/ for more informations.
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!
If you want to test the current version (which requires php 7.3):
$ symfony composer install
$ docker-compose up -d
$ symfony php bin/console doctrine:schema:create
$ symfony php bin/console doctrine:fixtures:load
$ symfony serve
Install assets and run yarn:
$ bin/console assets:i
$ yarn watch
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).