All Projects → afsy → website

afsy / website

Licence: other
👩‍💻👨‍💻 afsy.fr website ✨

Programming Languages

Twig
543 projects
PHP
23972 projects - #3 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
python
139335 projects - #7 most used programming language

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).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].