CppCms web-based application. You can compile as a standalone server or fast-CGI to execute on web-server. Statics files (in www directory) must be served on a real web-server.
mysql
- linux-vdso.so.1
- libbooster.so.0
- libcppcms.so.1
- libcppdb.so.0
- libm.so.6
- libpthread.so.0
- libpcre.so.3
- libdl.so.2
- libgcrypt.so.11
- libz.so.1
The 3 first libraries can be found there: https://sourceforge.net/projects/cppcms/files/
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./playlists --c ../config.js
Then open localhost:8080/playlists in your browser.