https://github.com/codions/revive-adserver
Docker image of the world's most popular open source ad serving system.
https://github.com/codions/revive-adserver
adserver docker php revive-adserver
Last synced: about 2 months ago
JSON representation
Docker image of the world's most popular open source ad serving system.
- Host: GitHub
- URL: https://github.com/codions/revive-adserver
- Owner: codions
- Created: 2021-08-15T19:21:34.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-18T03:42:09.000Z (over 1 year ago)
- Last Synced: 2025-04-13T00:15:15.699Z (about 2 months ago)
- Topics: adserver, docker, php, revive-adserver
- Language: Shell
- Homepage: https://www.revive-adserver.com
- Size: 137 KB
- Stars: 13
- Watchers: 1
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Revive Adserver
Docker image Revive Adserver 5.5
### Setup
```
git clone https://github.com/codions/revive-adserver.git
cd revive-adserver
docker-compose up -d
```Once you have the containers deployed, you can access [http://localhost:8080](http://localhost:8080)
Complete with the following MySQL configuration:
* host: `mysql`
* database name `revive`
* mysql username: `root`
* mysql password: `secret`### References
* https://www.revive-adserver.com/
* https://github.com/revive-adserver/revive-adserver/