Skip to content

possibly a facade - visitor information delivery interface

License

Notifications You must be signed in to change notification settings

adshares/aduser

Repository files navigation

Adshares

Adshares / AdUser

Report bug · Request feature · Docs

AdUser is a back-end service for determining impression context. It accepts requests from AdServer internally.

Quality Status Reliability Rating Security Rating Build Status

Quick Start

Development

git clone https://github.com/adshares/aduser.git
cd aduser
composer install
vi .env.local
php bin/console doctrine:database:create
php bin/console doctrine:migration:migrate
composer dev

Production

git clone https://github.com/adshares/aduser.git
cd aduser
vi .env.local
composer install --no-dev
php bin/console doctrine:database:create
php bin/console doctrine:migration:migrate

Nginx configuration: https://symfony.com/doc/current/setup/web_server_configuration.html#web-server-nginx

Contributing

Please follow our Contributing Guidelines

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This work is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This work is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the License along with this work. If not, see https://www.gnu.org/licenses/gpl.html.