{"id":15704866,"url":"https://github.com/tsherburne/udacity-fsdev-hosted-catalog","last_synced_at":"2025-06-17T03:06:01.047Z","repository":{"id":120563492,"uuid":"121959559","full_name":"tsherburne/udacity-fsdev-hosted-catalog","owner":"tsherburne","description":"Udacity Full-stack Developer Linux Hosting Project","archived":false,"fork":false,"pushed_at":"2018-02-18T22:18:23.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T15:31:31.342Z","etag":null,"topics":["udacity-fullstack-nanodegree"],"latest_commit_sha":null,"homepage":"","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/tsherburne.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":"2018-02-18T14:34:56.000Z","updated_at":"2018-02-18T22:19:46.000Z","dependencies_parsed_at":"2023-04-08T23:15:54.037Z","dependency_job_id":null,"html_url":"https://github.com/tsherburne/udacity-fsdev-hosted-catalog","commit_stats":{"total_commits":19,"total_committers":2,"mean_commits":9.5,"dds":"0.052631578947368474","last_synced_commit":"bb6cabd15cddfb51d4f8fe3e3bc3b70553076131"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tsherburne/udacity-fsdev-hosted-catalog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsherburne%2Fudacity-fsdev-hosted-catalog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsherburne%2Fudacity-fsdev-hosted-catalog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsherburne%2Fudacity-fsdev-hosted-catalog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsherburne%2Fudacity-fsdev-hosted-catalog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsherburne","download_url":"https://codeload.github.com/tsherburne/udacity-fsdev-hosted-catalog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsherburne%2Fudacity-fsdev-hosted-catalog/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260281565,"owners_count":22985627,"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":["udacity-fullstack-nanodegree"],"created_at":"2024-10-03T20:14:09.688Z","updated_at":"2025-06-17T03:06:01.017Z","avatar_url":"https://github.com/tsherburne.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## AWS Lightsail Hosting for: Wood Products Catalog\nThis respository is for project #6 (Linux Hosting) \nfor the [Udacity Fullstack Developers Nano Degree](https://www.udacity.com/course/full-stack-web-developer-nanodegree--nd004).\n\nThis project is a clone of [project #4](https://github.com/tsherburne/udacity-fsdev-catalog) with some path name fixes to support the Apache hosting environment.\n\n### Table of Contents\n\n* [Lighsail Setup](#lightsail-setup)\n* [Server Access](#server-access)\n\n### Lightsail Setup\nThe following packages were installed on the Ubuntu [AWS Lightsail](https://aws.amazon.com/lightsail/) server:\n```\nsudo apt-get install apache2\nsudo apt-get install libapache2-mod-wsgi\n\nsudo apt install phthon-pip\nsudo apt install sqlite\nsudo pip install Flask\nsudo pip install SQLAlchemy\n\nsudo pip install google-api-python-client\nsudo pip install google-auth\nsudo pip install google-auth-oauthlib \nsudo pip install google-auth-httplib2\n```\nThe apache server was configured to lauch the Python catalog application with the following:\n```\n/var/www/html/catalog.wsgi\n```\n```\nimport sys\nsys.path.insert(0, '/home/ubuntu/website/udacity-fsdev-hosted-catalog/')\n\nfrom server import app as application\n```\n```\n/etc/apache2/sites-enabled/000-default.conf\n```\n```\nWSGIDaemonProcess catalog user=ubuntu group=ubuntu threads=5\nWSGIScriptAlias / /var/www/html/catalog.wsg\n```\n\n### Server Access\nThe URL for the catalog db application is:\n```\nhttp://ec2-52-1-33-79.compute-1.amazonaws.com/\n```\nSSH is enabled on port 2200 for the 'grader' user.  The server IP: 52.1.33.79\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsherburne%2Fudacity-fsdev-hosted-catalog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsherburne%2Fudacity-fsdev-hosted-catalog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsherburne%2Fudacity-fsdev-hosted-catalog/lists"}