{"id":21448810,"url":"https://github.com/bertiewooster/ptn-from-se","last_synced_at":"2025-07-28T02:07:54.345Z","repository":{"id":13951083,"uuid":"16651167","full_name":"bertiewooster/PTN-from-SE","owner":"bertiewooster","description":"PeriodicTableNav from Sinatra example","archived":false,"fork":false,"pushed_at":"2014-02-08T20:34:00.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-24T16:50:55.474Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","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/bertiewooster.png","metadata":{"files":{"readme":"README","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":"2014-02-08T19:30:15.000Z","updated_at":"2014-02-08T20:34:03.000Z","dependencies_parsed_at":"2022-08-25T01:41:24.729Z","dependency_job_id":null,"html_url":"https://github.com/bertiewooster/PTN-from-SE","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bertiewooster/PTN-from-SE","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertiewooster%2FPTN-from-SE","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertiewooster%2FPTN-from-SE/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertiewooster%2FPTN-from-SE/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertiewooster%2FPTN-from-SE/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bertiewooster","download_url":"https://codeload.github.com/bertiewooster/PTN-from-SE/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bertiewooster%2FPTN-from-SE/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267451489,"owners_count":24089312,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-23T03:16:56.766Z","updated_at":"2025-07-28T02:07:54.321Z","avatar_url":"https://github.com/bertiewooster.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"Feel free to change or remove this file, it is informational only.\n\nRepo layout\n===========\ntmp/ - Temporary storage\npublic/ - Content (images, css, etc. available to the public)\nconfig.ru - This file is used by Rack-based servers to start the application.\n../data - For persistent data\n.openshift/action_hooks/pre_build - Script that gets run every git push before the build\n.openshift/action_hooks/build - Script that gets run every git push as part of the build process (on the CI system if available)\n.openshift/action_hooks/deploy - Script that gets run every git push after build but before the app is restarted\n.openshift/action_hooks/post_deploy - Script that gets run every git push after the app is restarted\n\n\nEnvironment Variables\n=====================\n\nOpenShift provides several environment variables to reference for ease\nof use.  The following list are some common variables but far from exhaustive:\n\n    ENV['OPENSHIFT_APP_NAME']  - Application name\n    ENV['OPENSHIFT_DATA_DIR']  - For persistent storage (between pushes)\n    ENV['OPENSHIFT_TMP_DIR']   - Temp storage (unmodified files deleted after 10 days)\n\nWhen embedding a database using 'rhc cartridge add', you can reference environment\nvariables for username, host and password:\n\nIf you embed MySQL, then:\n\n    ENV['OPENSHIFT_MYSQL_DB_HOST']      - DB host\n    ENV['OPENSHIFT_MYSQL_DB_PORT']      - DB Port\n    ENV['OPENSHIFT_MYSQL_DB_USERNAME']  - DB Username\n    ENV['OPENSHIFT_MYSQL_DB_PASSWORD']  - DB Password\n\nTo get a full list of environment variables, simply add a line in your\n.openshift/action_hooks/build script that says \"export\" and push.\n\n\nNotes about layout\n==================\nEvery time you push, everything in your remote application path gets recreated\nplease store long term items (like an sqlite database) in ../data which will\npersist between pushes of your repo.\n\n\nRails 3.0\n===========\n\nOption 1) (Recommended) Git push your application Gemfile/Gemfile.lock.  This will \ncause the remote OpenShift node to run bundle install --deployment to download and \ninstall your dependencies.  Each subsequent git push will use the previously \ndownloaded dependencies as a starting point, so additional downloads will be a delta.\n\nOption 2) Git add your .bundle and vendor/bundle directories after running \n'bundle install --deployment' locally.  Be sure to exclude any gems that have native \ncode or ensure they can run on RHEL x86_64.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertiewooster%2Fptn-from-se","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbertiewooster%2Fptn-from-se","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbertiewooster%2Fptn-from-se/lists"}