Skip to content

Latest commit

 

History

History
72 lines (55 loc) · 2.5 KB

README.md

File metadata and controls

72 lines (55 loc) · 2.5 KB

Adshares

Adshares / AdController

Report bug · Request feature · Docs

AdController is a web application which manages other services' configuration.

Quick Start

Development

git clone https://github.com/adshares/adcontroller.git
cd adcontroller
composer install
vi .env.local # add DB credentials -> see .env
php bin/console doctrine:migrations:migrate
cp "${ADSERVER_HOME_DIR}/config/jwt/public.pem" config/jwt/public.pem
yarn
yarn dev
composer dev

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.

Related projects

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.