June 27, 201412 yr Hey i have a working spotweb that works quite nice out of the box. This has a somewhat funny way of useing, start by running the installer. i.e.: docker run -d -p 80 -v /mnt/cache/spotweb:/var/lib/mysql lonix/spotweb-install Then visit the website at http://tower:port/spotweb/install.php (for sql password just remove the password, and continue without it), chose your own settings for admin user and server to use. when you get to the page telling you to save content to dbsettings.inc.php stop the container and remove it. Now you can run the normal one with almost the same command. docker run -d -p 80 -v /mnt/cache/spotweb:/var/lib/mysql lonix/spotweb --name=spotweb You can Pull it with: docker pull lonix/spotweb and the installer docker pull lonix/spotweb-install Mappings and Ports: Typepath/porttext Port80WebUI (Sugest mapping this to another outside port Map/var/lib/mysqlMysql database and log file folder All my dockers are trusted builds, i never use non-trusted images and nor should you lonix does take request for containers.
July 11, 201411 yr Thanks for doing this. I do have a problem with the images for items that I click on - eg Movie poster. I had this before and it seemed to be a permissions problem - spotweb couldnt save the image to disk in the temporary/cache? directory. I dont know how to fix for a docker file. Also, could this be based on the Phusion docker base? cheers Tony
July 14, 201411 yr Thanks for doing this. I do have a problem with the images for items that I click on - eg Movie poster. I had this before and it seemed to be a permissions problem - spotweb couldnt save the image to disk in the temporary/cache? directory. I dont know how to fix for a docker file. Also, could this be based on the Phusion docker base? cheers Tony I'd imagine you could by pulling his repo and doing a docker build -t lonix/spotweb-install . after you edit the Dockerfile to replace ubuntu 14.04 with phusion 0.9.11 or whatever it's supposed to be. I don't think lonix will use phusion because I thought I saw where it was said it's untrusted. Any reason why you'd prefer Phusion? I'm still getting it up and going plus I've never used Spotweb before but I'll edit this when I see if I have issues with the cache dir. Might need to chown nobody:nobody on a directory somewhere in /mnt/cache/spotweb...
September 20, 20169 yr Anyone have a good way of getting a Spotweb Docker to work? The Lonix Docker does not exist anymore. I really want to try this. Thanks, H.
September 21, 20169 yr I just used the Apache server Docker with a standard spotweb install - works well.
September 21, 20169 yr I will try that. You connect to another docker for the MySQL? Which Apache docker are you using? Thanks, H.
September 21, 20169 yr Tried it and it is working with the Apache Docker from LinuxIO.... It does not work with my personal made Apache-PHP-phpMyAdmin Docker... Wish that LinuxIO's included PHPMyAdmin... Thanks!!
September 22, 20169 yr can you post how you got it working? would like to move to a docker but using a VM now
Archived
This topic is now archived and is closed to further replies.