Skip to content
/ website Public
forked from afsy/website

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

Notifications You must be signed in to change notification settings

vria/website

Β 
Β 

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

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

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 92.3%
  • PHP 4.9%
  • CSS 2.2%
  • JavaScript 0.4%
  • Python 0.1%
  • Shell 0.1%