{"id":17042411,"url":"https://github.com/boo1ean/network","last_synced_at":"2025-04-12T14:42:38.737Z","repository":{"id":9466459,"uuid":"11349971","full_name":"boo1ean/network","owner":"boo1ean","description":"Academy Project","archived":false,"fork":false,"pushed_at":"2014-11-07T21:00:22.000Z","size":3169,"stargazers_count":4,"open_issues_count":8,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-26T09:21:14.674Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","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/boo1ean.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":"2013-07-11T18:46:22.000Z","updated_at":"2017-03-27T13:55:21.000Z","dependencies_parsed_at":"2022-09-15T22:00:37.381Z","dependency_job_id":null,"html_url":"https://github.com/boo1ean/network","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/boo1ean%2Fnetwork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boo1ean%2Fnetwork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boo1ean%2Fnetwork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boo1ean%2Fnetwork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boo1ean","download_url":"https://codeload.github.com/boo1ean/network/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248583343,"owners_count":21128569,"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-10-14T09:16:56.940Z","updated_at":"2025-04-12T14:42:38.716Z","avatar_url":"https://github.com/boo1ean.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Conventions\n\nBefore starting work on the project read our [code conventions](https://github.com/boo1ean/network/blob/master/conventions.md)\n\n## How to setup project locally\n\n__1.__ Clone project from github: `git clone git@github.com:boo1ean/network.git`\n\n__2.__ Go to project dir and run: `./composer.phar install`\n\n__3.__ Set rw permissions for runtime folders: `chmod 777 -R public/assets/ app/runtime/`\n\n__4.__ Add new site record to apache conf `sudo gedit /etc/apache2/sites-available/network` (will create new file if doesn't exist)\nAnd put:\n\n```ApacheConf\n\u003cVirtualHost *:80\u003e\n\tServerName your-servername-here\n\tDocumentRoot /path/to/network/public\n\t\u003cDirectory /path/to/network/public\u003e\n\t\tDirectoryIndex index.php\n\t\tAllowOverride All\n\t\tOrder allow,deny\n\t\tAllow from all\n\t\u003c/Directory\u003e\n\u003c/VirtualHost\u003e\n```\n\n__5.__ Add new record to hosts file due to have access to local server through alias `sudo gedit /etc/hosts` and add new line:\n\n\n__NOTE:__ alias should be same as ServerName from apache virtual host config\n\n```\n127.0.0.1 your-servername-here\n```\n\n__6.__ Enable mod_rewrite for apache: `sudo a2enmod rewrite`\n\n__7.__ Enable newly added site: `sudo a2ensite network`\n\n__8.__ Restart apache: `sudo service apache2 restart`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboo1ean%2Fnetwork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboo1ean%2Fnetwork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboo1ean%2Fnetwork/lists"}