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.
Requirements:
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.
- Changelog
- Contributing Guidelines
- Authors and OSS Attribution
- Available Versions (we use Semantic Versioning)
- AdServer - the core logic behind it all
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.