{"id":20471159,"url":"https://github.com/drupal-modules/ads","last_synced_at":"2026-04-20T14:35:06.892Z","repository":{"id":7489268,"uuid":"8838210","full_name":"drupal-modules/ads","owner":"drupal-modules","description":"Drupal distribution for Ads","archived":false,"fork":false,"pushed_at":"2016-03-22T07:23:50.000Z","size":1720,"stargazers_count":2,"open_issues_count":25,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2026-01-14T00:57:26.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://drupal.org/project/ads","language":"Puppet","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/drupal-modules.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-03-17T17:24:39.000Z","updated_at":"2020-05-10T13:38:18.000Z","dependencies_parsed_at":"2022-07-26T01:16:11.051Z","dependency_job_id":null,"html_url":"https://github.com/drupal-modules/ads","commit_stats":null,"previous_names":["mycognitive/ads"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/drupal-modules/ads","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fads","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fads/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fads/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fads/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drupal-modules","download_url":"https://codeload.github.com/drupal-modules/ads/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drupal-modules%2Fads/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050956,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-15T14:15:08.113Z","updated_at":"2026-04-20T14:35:06.873Z","avatar_url":"https://github.com/drupal-modules.png","language":"Puppet","funding_links":[],"categories":[],"sub_categories":[],"readme":"ADS Drupal distribution\n===\n\nThis is an installation profile for building a Drupal based ads platform.\n\n[![Bounty Source](https://api.bountysource.com/badge/tracker?tracker_id=578272)](https://www.bountysource.com/teams/mycognitive/issues?tracker_ids=578272)\n\nBuild status\n------------\nADS build status:\n\nReleases:\n\n| Status | Project | Version | Description\n| :----- | :------ | :--- | :---\n| [![Build Status](https://travis-ci.org/mycognitive/ads.svg?branch=7.x-1.0-alpha2)](https://travis-ci.org/mycognitive/ads) | ADS | 7.x-1.0-alpha2 | Main build process.\n| [![Build Status](https://travis-ci.org/mycognitive/ads_features.svg?branch=7.x-1.0-alpha2)](https://travis-ci.org/mycognitive/ads_features) | ADS Features | 7.x-1.0-alpha2 | Build and installation of ADS Features.\n\nLatest:\n\n| Status | Project | Branch | Description\n| :----- | :------ | :--- | :---\n| [![Build Status](https://travis-ci.org/mycognitive/ads.svg?branch=master)](https://travis-ci.org/mycognitive/ads) | ADS | master | Main build process.\n| [![Build Status](https://travis-ci.org/mycognitive/ads.svg?branch=7.x-1.x)](https://travis-ci.org/mycognitive/ads) | ADS | 7.x-1.x | Main build process.\n| [![Build Status](https://travis-ci.org/mycognitive/ads_features.svg?branch=master)](https://travis-ci.org/mycognitive/ads_features) | ADS Features | master | Build and installation of ADS Features.\n| [![Build Status](https://travis-ci.org/mycognitive/ads_features.svg?branch=7.x-1.x)](https://travis-ci.org/mycognitive/ads_features) | ADS Features | 7.x-1.x | Build and installation of ADS Features.\n\nRequirements\n------------\n\nSame as Drupal 7: http://drupal.org/requirements\n\nYou also need to enable \"fileinfo\" PHP extension in CLI's php.ini (required by Drush).\n\nRecommended Installation\n------------------------\n\n1. First of all, please install Phing as the current full installation can be built by Phing build script.\n   The easiest way to install Phing is by the following commands:\n\n    ```\n    $\u003e pear channel-discover pear.phing.info\n    $\u003e pear install phing/phing\n    ```\n\n    ```\n    $\u003e pear clear-cache\n    ```\n\n    Installation process requires also the VersionControl_Git PEAR package,\n    as The Git tasks depend on PEAR's VersionControl_Git package.\n\n    ```\n    $\u003e pear install VersionControl_Git-0.4.4\n    ```\n\n2. Run phing command inside the distribution directory:\n\n    ```\n    $\u003e make\n    ```\n    \n   Alternatively:\n    ```\n    $\u003e phing\n    ```\n\n   If you have any errors during this point, please install missing phing dependencies.\n\n   Note: You'll be asked to edit build.properties.\n         After editing the file, please remove properties.notset section\n         and make sure that your LAMP environment is up and running.\n         \n  Your code is built and ready in src directory.\n\n3. Now you can install the distribution by the following command:\n\n    ```\n    $\u003e make install\n    ```\n    \n   Alternatively:\n    ```\n    $\u003e phing ads-install\n    ```\n\nManual Installation\n-------------------\n\n1. Make sure your ads download is placed in the webroot and configure\n   your webserver accordingly.\n\n2. Install distribution as a usual Drupal site by visiting it with your web\n   browser and follow the usual Drupal installation instructions (i.e. Drupal's\n   INSTALL.txt in the webroot subfolder).\n\nApache Solr\n-----------\n\nDistribution can be used with Apache Solr (http://lucene.apache.org/solr/), for\ninstallation instructions please consult their respective documentation.\n\nThe Search API Solr integration provides already some documentation for setting\nup a Solr server. See the \"Setting up Solr\" paragraph at its documentation:\n\n  http://drupalcode.org/project/search_api_solr.git/blob_plain/refs/heads/7.x-1.x:/INSTALL.txt\n\nBuilding the distribution\n-------------------------\n\nFollow these instructions to build the distribution from scratch, e.g. using the\nlatest development version from the Git repository. If you have downloaded an\nalready packaged tarball, you don't need to do this.\n\nAds is distributed with several .make files and one .profile file. The\n.make files define what packages must be downloaded and the .profile file is\nresponsible for configuring all those modules. See also the \"Make files\" section\nat the end of this document.\n\nBefore building the distribution you need Drush (at least version 5+):\n\n * https://github.com/drush-ops/drush\n\nFor instructions on how to install it, please consult the respective\ndocumentation. Then continue with the following steps:\n\nMake files\n----------\n\n* build-ads.make\n\nMain make build a fully functional website that includes core, the profile code itself, and all of its dependencies.\n\n* build-ads-custom.make\n\nIt contains custom ads modules.\n\n* drupal-org-contrib.make\n\nThis make file defines Drupal contributed modules.\n\n* drupal-org-core.make\n\nDrupal core make file.\nInclude the definition for how to build Drupal core directly, including Drupal core patches.\n\n* drupal-org-libraries.make\n\nThis file defines 3rd party libraries for Drupal.\n\n* drupal-org-themes.make\n\nThis make file defines Drupal themes.\n\nTroubleshooting\n---------------\n\nIf wget fails to download files from the HTTPS protocol (happens to Cygwin's wget), please ensure that you have ca-certificates package installed in your system.\n\nIf it still fails with the following errors:\n\n    ERROR: certificate common name `*.drupal.org' doesn't match requested host name `drupal.org'.\n    \nthen please upgrade your wget version to \u003e=1.14 or please configure your wget to connect insecurely.\n\nSee:\n- https://bugzilla.redhat.com/show_bug.cgi?id=903756\n- https://github.com/drush-ops/drush/issues/74\n- https://github.com/drush-ops/drush/issues/74\n- https://github.com/drushonwindows/Drush-on-Windows-Installer/issues/4\n- http://stackoverflow.com/questions/9224298/how-do-i-fix-certificate-errors-when-running-wget-on-an-https-url-in-cygwin\n\nIf PEAR ends up with the message `\"No releases available for package 'pear.phing.info/phing'\"`, you may need to clear its cache and try again.\n\nIf the build fails with:\n\n    Unable to determine mime type for Spyc.php\n\nthen you have to install PHP Fileinfo extension or upgrade your PHP to \u003e=5.3 which contains that extension.\n\nIf you're using Cygwin and end up with messages saying \"The system cannot find the path specified.\" after commands that contain \"\u003e/dev/null\" or \"2\u003e\u00261\" then consider those:\n- On the disk from which you start phing (in its root folder) create folder with name \"dev\"\n- On the disk from which you start phing (in its root folder) create empty file with name \"\u00261\"\n- Inside the Cygwin's installation directory \"dev\" folder, please create empty file with name \"null\" so Cygwin can access /dev/null\nIf you find another way to solve above problem, please tell us.\n\nSupport\n-------\nPlease find the support at:\nhttp://drupal.org/project/issues/ads?status=All\n\nFeel free to ask any questions at:\nhttp://drupal.org/node/add/project-issue/ads\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrupal-modules%2Fads","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrupal-modules%2Fads","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrupal-modules%2Fads/lists"}