| File | Date | Author | Commit |
|---|---|---|---|
| app | 2017-02-01 |
|
[f58a9c] Fixed edit song |
| data | 2017-02-28 |
|
[37cc8b] Fix edit song |
| views | 2017-01-30 |
|
[28d426] Add playlist publication dates in user proposed... |
| www | 2017-02-01 |
|
[d60e1e] Update auto-generated playlists images |
| .gitignore | 2016-09-08 |
|
[9d360e] Full working project, except some very minor bu... |
| CMakeLists.txt | 2016-11-21 |
|
[89f53c] User can change its privacy from profile |
| README.md | 2016-10-08 |
|
[7ff931] Update readme |
| TODO | unknown | ||
| backup-db-struct.sh | 2016-11-13 |
|
[88399e] Add script for DB struct generation |
| config-fcgi.js | 2017-03-11 |
|
[c203e9] Use en_US.UTF-8 locale |
| config.js | 2017-03-11 |
|
[c203e9] Use en_US.UTF-8 locale |
| playlists.sql | 2016-11-21 |
|
[89f53c] User can change its privacy from profile |
CppCms web-based application.
Depending on your configuration file (default is config.js) once compiled you can execute as a standalone server or fast-CGI to execute using web-server (may be Nginx, Apache ...).
Statics files (in www directory) must be served on a real web-server.
mysql
libcppdb.so.0
linux-vdso.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.