{"id":16133839,"url":"https://github.com/wallarug/avr-web-compiler","last_synced_at":"2025-07-14T03:33:44.337Z","repository":{"id":185817118,"uuid":"672913258","full_name":"wallarug/avr-web-compiler","owner":"wallarug","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-31T12:57:53.000Z","size":11493,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T15:51:02.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/wallarug.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}},"created_at":"2023-07-31T12:57:25.000Z","updated_at":"2023-07-31T12:58:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"38259eee-279e-402d-88b5-f5b472ebd0fe","html_url":"https://github.com/wallarug/avr-web-compiler","commit_stats":null,"previous_names":["wallarug/avr-web-compiler"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/wallarug/avr-web-compiler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarug%2Favr-web-compiler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarug%2Favr-web-compiler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarug%2Favr-web-compiler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarug%2Favr-web-compiler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wallarug","download_url":"https://codeload.github.com/wallarug/avr-web-compiler/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wallarug%2Favr-web-compiler/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265237698,"owners_count":23732514,"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-09T22:46:11.374Z","updated_at":"2025-07-14T03:33:44.221Z","avatar_url":"https://github.com/wallarug.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Welcome to the AVR Web Compilation project #\n\n# Required Software via apt-get  #\n\n```\n#!Bash\n\napt-get install libmysqlclient-dev\napt-get install mysql-server\napt-get install django\napt-get install phpmyadmin\napt-get install python-virtualenv\n```\n\n\n# Programs to install in virtual env  #\n**NOTE:**  if you download this repo, you get a preconfigured virtualenv with all the required packages.\n```\n#!Bash\n\npip install mysqlpython\npip install django-braces\npip install django-class-based-auth-views\npip install pyserial\n```\n\n\n\n# Configure PHPMyAdmin #\n\n```\n#!Bash\n\nnano /etc/apache2/apache2.conf\nInclude /etc/phpmyadmin/apache.conf\n/etc/init.d/apache2 restart\n```\n\n\n# Configure Virtual Env #\n\n```\n#!bash\n\n# to set up initially (DO NOT DO IF YOU CLONE)\nvirtualenv venv\n# to run virtual env\nsource venv/bin/activate\n# to close virtual env\ndeactivate\n```\n\n# Configure Django to use MySQL #\n\n**settings.py**\n```\n#!python\n\nDATABASES = {\n    'default': {\n        'ENGINE': 'django.db.backends.mysql',\n        'NAME': '\u003cdb_name\u003e',\n        'USER': '\u003cdb_user\u003e',\n        'PASSWORD': '\u003cdb_pass\u003e',\n        'HOSTS': 'localhost',\n    }\n}\n```\n\n# Configuring Apache2 to run Server #\n\n```\n#!bash\n\napt-get install apache2 apache2-prefork-dev\nwget https://github.com/GrahamDumpleton/mod_wsgi/archive/4.4.21.tar.gz\ntar xzvf 4.4.21.tar.gz\ncd 4.4.21\n./configure\nmake\nmake install\n```\n\n**Edit apache2.conf**\n\n```\n#!bash\n# Django Configuration for WSGI mod\nWSGIScriptAlias /avr /home/django/avr-web-complier/webavr/webavr/wsgi.py\nWSGIPythonPath /home/django/avr-web-compiler/webavr:/home/django/avr-web-compiler/venv/lib/python2.7/site-packages\n\n\u003cDirectory /home/django/avr-web-compiler/webavr\u003e\n  \u003cFiles wsgi.py\u003e\n    Order deny,allow\n    Allow from all\n  \u003c/Files\u003e\n\u003c/Directory\u003e\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallarug%2Favr-web-compiler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwallarug%2Favr-web-compiler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwallarug%2Favr-web-compiler/lists"}