{"id":19051345,"url":"https://github.com/fefoweb/fastrecipe","last_synced_at":"2026-05-04T21:37:51.401Z","repository":{"id":74645148,"uuid":"80957490","full_name":"fefoweb/fastrecipe","owner":"fefoweb","description":"Simple and fast Recipe Manager","archived":false,"fork":false,"pushed_at":"2017-02-13T13:20:14.000Z","size":3539,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T09:09:47.913Z","etag":null,"topics":["bootstrap","grunt","management","recipes","symfony"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"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/fefoweb.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-05T00:09:02.000Z","updated_at":"2017-02-05T00:30:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"a893370f-7556-487a-aa01-981203b7a4d1","html_url":"https://github.com/fefoweb/fastrecipe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fefoweb/fastrecipe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fefoweb%2Ffastrecipe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fefoweb%2Ffastrecipe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fefoweb%2Ffastrecipe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fefoweb%2Ffastrecipe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fefoweb","download_url":"https://codeload.github.com/fefoweb/fastrecipe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fefoweb%2Ffastrecipe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32626490,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"ssl_error","status_checked_at":"2026-05-04T10:08:02.005Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bootstrap","grunt","management","recipes","symfony"],"created_at":"2024-11-08T23:18:20.030Z","updated_at":"2026-05-04T21:37:51.396Z","avatar_url":"https://github.com/fefoweb.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"fastRecipe\n==========\n\n[![SensioLabsInsight](https://insight.sensiolabs.com/projects/8d8390f3-25f2-4037-9c90-3805d0149a7a/small.png)](https://insight.sensiolabs.com/projects/8d8390f3-25f2-4037-9c90-3805d0149a7a)\n\nA Symfony project to manage Recipe in fast and useful ways!\n\n[Some Example](example.md)\n\n#### To Build\n\n1) $\u003e git clone repository\n\n2) $\u003e cd fastRecipe/\n\n3) $\u003e composer install\n\n4) $\u003e composer run cache-clean\n\n5) Setting up permits for /var folder to your apache user\n\n```shell\n$\u003e HTTPDUSER=`ps axo user,comm | grep -E '[a]pache|[h]ttpd|[_]www|[w]ww-data|[n]ginx' | grep -v root | head -1 | cut -d\\  -f1` \n$\u003e chmod -R +a \"$HTTPDUSER allow delete,write,append,file_inherit,directory_inherit\" var\n$\u003e chmod -R +a \"`whoami` allow delete,write,append,file_inherit,directory_inherit\" var\n```\n\n6) Install npm(if not installed on your system)\n\n7) Install package required\n\n```shell\n$\u003e npm install\n```\n\n8) Run client task with grunt\n\n```shell\n$\u003e grunt build:deploy\n```\n\n\u003e Other task is managed in grunt/aliases.yaml \n\n#### To Run\n\n###### Using Symfony built-in server\n\n```shell\n$\u003e php bin/console server:start\n```\n\u003e go to http://localhost:8000/\n\n###### Configuring your local web server (example Apache)\n\nEditing your httpd-vhost.conf\n\n```shell\n\u003cVirtualHost *:80\u003e\n    ServerName recipe.demo\n    ServerAlias recipe.demo\n\n    DocumentRoot \"\u003cweb\u003e/fastRecipe/web\"\n    \u003cDirectory \u003cweb\u003e/fastRecipe/web\u003e\n        AllowOverride All\n        Order Allow,Deny\n        Allow from All\n    \u003c/Directory\u003e\n\n    ErrorLog \"/private/var/log/apache2/recipe-error_log\"\n    CustomLog \"/private/var/log/apache2/recipe-access_log\" combined\n\u003c/VirtualHost\u003e\n```\n\nEditing /etc/hosts\n\n```shell\n127.0.0.1 recipe.demo\n```\n\nRestarting Apache service\n\n\u003e go to http://recipe.demo/\n\nThis is a minimal configuration, using for simple start porpouse!\n\n####Enjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffefoweb%2Ffastrecipe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffefoweb%2Ffastrecipe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffefoweb%2Ffastrecipe/lists"}