{"id":20431975,"url":"https://github.com/sauce-code/idlephp","last_synced_at":"2025-06-18T10:35:51.157Z","repository":{"id":225022738,"uuid":"764870019","full_name":"sauce-code/idlephp","owner":"sauce-code","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-23T09:21:58.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-15T18:31:38.934Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sauce-code.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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":"2024-02-28T21:26:35.000Z","updated_at":"2024-09-23T09:22:02.000Z","dependencies_parsed_at":"2024-11-15T08:13:32.920Z","dependency_job_id":"4ba838dd-eb3a-47c9-bf7c-f4bb5cabc4b5","html_url":"https://github.com/sauce-code/idlephp","commit_stats":null,"previous_names":["sauce-code/idlephp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauce-code%2Fidlephp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauce-code%2Fidlephp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauce-code%2Fidlephp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sauce-code%2Fidlephp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sauce-code","download_url":"https://codeload.github.com/sauce-code/idlephp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241975155,"owners_count":20051431,"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-11-15T08:13:31.288Z","updated_at":"2025-03-05T06:17:19.375Z","avatar_url":"https://github.com/sauce-code.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# idlephp\n\n## apache2 config file\n```\n$ sudo nano /etc/apache2/apache2.conf \n```\n\n```\n\u003cDirectory /var/www/\u003e\n        Options Indexes FollowSymLinks\n        AllowOverride None\n        Require all granted\n\u003c/Directory\u003e\n```\n\nChange it to\n\n```\n\u003cDirectory /home/USER/git/idlephp\u003e\n        Options Indexes FollowSymLinks\n        AllowOverride None\n        Require all granted\n        Allow from all\n\u003c/Directory\u003e\n```\n\n## default virtual host configuration file\n```\n$ sudo nano /etc/apache2/sites-available/000-default.conf\n```\n\n```\nDocumentRoot /var/www/html\n```\n\nChange document root to\n\n```\nDocumentRoot /home/USER/git/idlephp\n```\n\n```\nchmod 755 /home/USER\n```\n\n##  restart apache\n```\nsudo service apache2 restart\n```\n\n## install mysql\n```\nsudo apt install mysql-server\n```\nset privileges\n```\nsudo mysql\nALTER USER 'root'@'localhost' IDENTIFIED VIA mysql_native_password USING PASSWORD('[password]');\nFLUSH PRIVILEGES;\n```\n\n## check service status\n```\nsudo systemctl status apache2.service\nsudo service apache2 status\nsudo systemctl restart mysql.service\nsudo service mysql status\n```\n\n## install php\n```\nsudo apt install php libapache2-mod-php\nsudo apt install php-mysql\n```\n\nsudo apt install phpmyadmin\nsudo ln -s /etc/phpmyadmin/apache.conf /etc/apache2/conf-available/phpmyadmin.conf\nsudo a2enconf phpmyadmin.conf\nsudo systemctl reload apache2.service\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsauce-code%2Fidlephp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsauce-code%2Fidlephp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsauce-code%2Fidlephp/lists"}