{"id":23291028,"url":"https://github.com/jplusplus/pltv-jeudinfluences","last_synced_at":"2025-08-21T22:31:54.902Z","repository":{"id":14718208,"uuid":"17438758","full_name":"jplusplus/pltv-jeudinfluences","owner":"jplusplus","description":"Jeu d'influences. Une fiction documentaire interactive dont \"vous êtes le héros\".","archived":false,"fork":false,"pushed_at":"2022-09-12T20:04:39.000Z","size":3960,"stargazers_count":4,"open_issues_count":1,"forks_count":2,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-04-14T04:55:28.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://jeudinfluences.thepixelhunt.com","language":"CoffeeScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jplusplus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-03-05T11:32:38.000Z","updated_at":"2023-09-08T11:07:16.000Z","dependencies_parsed_at":"2023-01-11T20:22:26.283Z","dependency_job_id":null,"html_url":"https://github.com/jplusplus/pltv-jeudinfluences","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplusplus%2Fpltv-jeudinfluences","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplusplus%2Fpltv-jeudinfluences/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplusplus%2Fpltv-jeudinfluences/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplusplus%2Fpltv-jeudinfluences/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jplusplus","download_url":"https://codeload.github.com/jplusplus/pltv-jeudinfluences/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230537085,"owners_count":18241519,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-20T05:13:54.630Z","updated_at":"2024-12-20T05:13:55.161Z","avatar_url":"https://github.com/jplusplus.png","language":"CoffeeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Jeu d'influences\n================\n\n_September 2022_ - Archive: [pltv-jeudinfluences.herokuapp.com](https://pltv-jeudinfluences.herokuapp.com/)\n\n\n## Production\n\nThis project is shipped with a Dockerfile. To run this app in production, the easiest solution is to use Docker as described bellow.\n\nBuild the app:\n\n```\ndocker build -t jeudinfluences .\n```\n\nStart the docker container:\n\n```\ndocker run -p 4444:4444 -e PORT=4444 -e DATABASE_DSN=\"sqlite:../tmp/db.sqlite\" -it --rm jeudinfluences\n```\n\nThe app is now available on port 4444. Please note this example uses sqlite to store progressions directly in the Docker container. It means the data is not persisted.\n\n## Development\n\nThis part of the manuel explains how to install this project from the master branch and **is not suitable for production**.\n\n### Requirements\n\nIn development, this application uses the following requirements:\n\n* node 10+\n* php7\n* php7-sqlite\n\n**On Ubuntu**, enter this to install the packages:\n\n```bash \nsudo apt-get install nodejs npm php7 php7-sqlite\n``` \n\n### Set up the application\n\nThis command will install (in this order): npm's packages, composer and his packages.\n\n\tmake install\n\n### Run the development Server\n\n\tmake run\n\t\n## Options\n\nThese options are defined into [app/config/config.production.php](app/config/config.production.php).\n\n| Option name                     | Default value                                   | Definition\n| ------------------------------- | ----------------------------------------------- | -------------------\n| **cache**                       | false                                           | Disable or enable server side cache\n| **debug**                       | true                                            | Display debug message\n| **email_saving_subject**        | Jeu d'influences : Votre partie est sauvegardée | Subject of the mail to save a game\n| **log.enabled**                 | true                                            | Disable or enable server logs\n| **media_url**                   | https://df59amfngxauf.cloudfront.net            | Repository of the video sounds and large files\n| **opening_dates**               | array()                                         | Opening dates of each chapter (disabled feature)\n| **static_url**                  | /                                               | Assets URL (if you  want to move static files)\n| **summary_aggregation_expired** | 0.2                                             | Time after which we should re-aggregate summary (in hours)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjplusplus%2Fpltv-jeudinfluences","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjplusplus%2Fpltv-jeudinfluences","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjplusplus%2Fpltv-jeudinfluences/lists"}