Skip to content

adshares/adpanel

Repository files navigation

Adshares

Adshares / AdPanel

Report bug · Request feature · Docs

AdPanel is a front-end application for advertising inventory management (both Advertiser & Publisher side). It connects to an active AdServer's API.

Quality Status Reliability Rating Security Rating Build Status

Quick Start (on Ubuntu 18.04 LTS)

Requirements:

  • Nodejs
  • yarn (or at least npm)
  • A HTTP Server of your choice

Install dependencies

apt-get -y --no-install-recommends install gettext-base

Clone and build static version for production environment

git clone https://github.com/adshares/adpanel.git && cd adpanel
scripts/build.sh https://your.ADSERVER.hostname

and point your web server to the location of the dist directory.

Running AdPanel without a web server will result in problems with API communication.

More Info

Related projects

  • AdServer - the core logic behind it all

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.