{"id":18930404,"url":"https://github.com/mitocgroup/adtechmedia-website","last_synced_at":"2026-01-26T02:36:53.906Z","repository":{"id":54880139,"uuid":"68623353","full_name":"MitocGroup/adtechmedia-website","owner":"MitocGroup","description":"High performance content monetization for publishers, journalists and bloggers","archived":false,"fork":false,"pushed_at":"2019-03-08T14:40:21.000Z","size":47195,"stargazers_count":3,"open_issues_count":12,"forks_count":0,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-25T02:44:41.880Z","etag":null,"topics":["adtechmedia","advertising","deep-framework","microservice","sublime-text","website"],"latest_commit_sha":null,"homepage":"https://www.adtechmedia.io","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MitocGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-19T16:17:39.000Z","updated_at":"2021-09-06T20:13:44.000Z","dependencies_parsed_at":"2022-08-14T05:31:14.515Z","dependency_job_id":null,"html_url":"https://github.com/MitocGroup/adtechmedia-website","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"purl":"pkg:github/MitocGroup/adtechmedia-website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitocGroup%2Fadtechmedia-website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitocGroup%2Fadtechmedia-website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitocGroup%2Fadtechmedia-website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitocGroup%2Fadtechmedia-website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MitocGroup","download_url":"https://codeload.github.com/MitocGroup/adtechmedia-website/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MitocGroup%2Fadtechmedia-website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28765183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T02:25:41.078Z","status":"ssl_error","status_checked_at":"2026-01-26T02:24:28.809Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["adtechmedia","advertising","deep-framework","microservice","sublime-text","website"],"created_at":"2024-11-08T11:37:32.750Z","updated_at":"2026-01-26T02:36:53.864Z","avatar_url":"https://github.com/MitocGroup.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"adtechmedia-website\n===================\n\n[![Build Status](https://travis-ci.org/AdTechMedia/adtechmedia-website.svg?branch=master)](https://travis-ci.org/AdTechMedia/adtechmedia-website)\n[![Test Coverage](https://codeclimate.com/repos/57f64bd8e1fafd02fc0026ac/badges/b99788ea59ab482de3cd/coverage.svg)](https://codeclimate.com/repos/57f64bd8e1fafd02fc0026ac/coverage)\n\nThis repository stores the code and data for www.adtechmedia.io.\n\n\n## Getting Started\n\n### Step 1. Pre-requisites\n\n- [x] [Create an Amazon Web Services account](https://www.youtube.com/watch?v=WviHsoz8yHk)\n- [x] [Configure AWS Command Line Interface](https://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html)\n- [x] [Get Started - Installing Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)\n- [x] [JDK 8 and JRE 8 Installation Start Here](https://docs.oracle.com/javase/8/docs/technotes/guides/install/install_overview.html)\n- [x] [Install nvm](https://github.com/creationix/nvm#install-script) and [use node v6.10+](https://github.com/creationix/nvm#usage)\n- [ ] Install DEEP CLI, also known as `deepify`:\n\n```bash\nnpm install deepify -g\n```\n\n\u003e If you want to use `deepify` on Windows, please follow the steps from\n[Windows Configuration](https://github.com/MitocGroup/deep-framework/blob/master/docs/windows.md)\nbefore running `npm install deepify -g` and make sure all `npm` and `deepify` commands are executed\ninside Git Bash.\n\n### Step 2. Install Microservice(s) Locally\n\n```bash\ndeepify install github://AdTechMedia/adtechmedia-website ~/adtechmedia-website\n```\n\n\u003e Path parameter in all `deepify` commands is optional and if not specified, assumes current\nworking directory. Therefore you can skip `~/adtechmedia-website` by executing\n`mkdir ~/adtechmedia-website \u0026\u0026 cd ~/adtechmedia-website` before `deepify install`.\n\n### Step 3. Run Microservice(s) in Development\n\n```bash\ndeepify server ~/adtechmedia-website -o\n```\n\n\u003e When this step is finished, you can open in your browser the link *http://localhost:8000*\nand enjoy the adtechmedia-website running locally.\n\n### Step 4. Deploy Microservice(s) to Production\n\n```bash\ndeepify deploy ~/adtechmedia-website\n```\n\n\u003e Amazon CloudFront distribution takes up to 20 minutes to provision, therefore don’t worry\nif it returns an HTTP error in the first couple of minutes.\n\n### Step 5. Remove Microservice(s) from Production\n\n```bash\ndeepify undeploy ~/adtechmedia-website\n```\n\n\u003e Amazon CloudFront distribution takes up to 20 minutes to unprovision. That's why `deepify`\ncommand checks every 30 seconds if it's disabled and when successful, removes it from your account.\n\n\n## Developer Resources\n\nHaving questions related to adtechmedia-website?\n\n- Ask questions: https://stackoverflow.com/questions/tagged/deep-framework\n- Chat with us: https://mitocgroup.slack.com/messages/general\n- Send an email: feedback@mitocgroup.com\n\nInterested in contributing to adtechmedia-website?\n\n- Contributing: https://github.com/AdTechMedia/adtechmedia-website/blob/master/CONTRIBUTING.md\n- Issue tracker: https://github.com/AdTechMedia/adtechmedia-website/issues\n- Releases: https://github.com/AdTechMedia/adtechmedia-website/releases\n- Roadmap: https://github.com/AdTechMedia/adtechmedia-website/blob/master/ROADMAP.md\n\nLooking for web applications that use (or are similar to) adtechmedia-website?\n\n- Hello World: https://hello.deep.mg | https://github.com/MitocGroup/deep-microservices-helloworld\n- Todo App: https://todo.deep.mg | https://github.com/MitocGroup/deep-microservices-todomvc\n- AdTechMedia: https://www.adtechmedia.io | https://github.com/AdTechMedia/adtechmedia-website\n\n\n## Sponsors\n\nThis repository is being sponsored by:\n- [Mitoc Group](https://www.mitocgroup.com)\n- [AdTechMedia](https://www.adtechmedia.io)\n\nThis code can be used under MIT license:\n\u003e See [LICENSE](https://github.com/AdTechMedia/adtechmedia-website/blob/master/LICENSE) for more details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitocgroup%2Fadtechmedia-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmitocgroup%2Fadtechmedia-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmitocgroup%2Fadtechmedia-website/lists"}