{"id":29555967,"url":"https://github.com/clairezed/la-fabrique","last_synced_at":"2026-05-09T06:03:22.788Z","repository":{"id":68360538,"uuid":"82304721","full_name":"clairezed/la-fabrique","owner":"clairezed","description":"Tool participatory directory - Répertoire participatif d'outils thématiques","archived":false,"fork":false,"pushed_at":"2021-03-18T21:28:36.000Z","size":1647,"stargazers_count":2,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T11:45:02.346Z","etag":null,"topics":["postgresql","rails5"],"latest_commit_sha":null,"homepage":"https://www.lafabriquedumonde.fr/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/clairezed.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-02-17T14:26:15.000Z","updated_at":"2021-03-18T21:27:29.000Z","dependencies_parsed_at":"2023-04-13T14:31:42.034Z","dependency_job_id":null,"html_url":"https://github.com/clairezed/la-fabrique","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/clairezed/la-fabrique","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clairezed%2Fla-fabrique","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clairezed%2Fla-fabrique/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clairezed%2Fla-fabrique/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clairezed%2Fla-fabrique/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/clairezed","download_url":"https://codeload.github.com/clairezed/la-fabrique/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/clairezed%2Fla-fabrique/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32809147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["postgresql","rails5"],"created_at":"2025-07-18T09:41:57.632Z","updated_at":"2026-05-09T06:03:22.772Z","avatar_url":"https://github.com/clairezed.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# La fabrique\n\nDigital toolbox gathering tools, methods, media contents to foster projects.\n\n## Getting Started\n\n*These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.*\n\n### Prerequisites\n\n- ruby 2.4.0\n- rails 5.0.1\n- postgresql\n\n\n### Installing\n\n```bash\ngit clone git@github.com:clairezed/la-fabrique.git\ncd la-fabrique\nbundle install\ncp config/database_example.yml config/database.yml\n# Update database.yml to cope with your own database connection credentials\nbin/rake db:setup\nbin/rake db:seed\nrails server\n```\n\nYour website should be accessible at [localhost:3000](http://localhost:3000/).\n\nEmail notifications will be caught by [MailCatcher](https://mailcatcher.me/). Install it if you haven't yet. \n\nThen, to see the emails sent by the platform, open your web browser at http://localhost:1080 to access the MailCatcher interface.\n\n\n### Dummy data\n\nIf you want to generate 20 fake lightweight tools, you can run : \n\n```bash\nrake seeds:dummy_tools\n```\n\n## Running the tests\n\n```bash\nRAILS_ENV=test rake db:setup\nRAILS_ENV=test bin/rake db:seed\nrspec\n```\n\nThe project could clearly have more tests. Don't hesitate to contribute, I'll be happy to help !\n\n## Deployment\n\nDeployment successfully tested on servers with :\n\n- ubuntu LTS 16.04\n- nginx\n\nCapistrano is used.\n\nYou have to copy and update a few files : \n```\ncp config/database_example.yml config/database_production.yml\ncp config/deploy_secrets.yml.example config/deploy_secrets.yml\n```\n\n## Built With\n\n* [Bootstrap4](https://v4-alpha.getbootstrap.com/getting-started/introduction/) - alpha6\n\n## Contributing\n\n*Please read [CONTRIBUTING.md](https://gist.github.com/PurpleBooth/b24679402957c63ec426) for details on our code of conduct, and the process for submitting pull requests to us.*\n-\u003e TODO\n\n\n## Authors\n\n* Development, integration : **Claire Zuliani** - [github account](https://github.com/clairezed) - [website](http://www.clairezuliani.com/)\n* Design : **Phi²** - [website](http://phicarre.fr/)\n\n## License\n\nThis project is licensed under the AGPL 3.0 License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n- back office inspired by [Modular Admin](https://github.com/modularcode/modular-admin-html)\n\n\n### end writing open source docs\n\n- Open source license : MIT, Apache 2.0, and GPLv3\n- README : \n  - What does this project do? \n  - Why is this project useful?\n  - How do I get started?\n  - Where can I get more help, if I need it?\n- Contributing guidelines\n  - How to file a bug report (try using issue and pull request templates)\n  - How to suggest a new feature\n  - How to set up your environment and run tests\n- Code of conduct","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclairezed%2Fla-fabrique","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fclairezed%2Fla-fabrique","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fclairezed%2Fla-fabrique/lists"}