Spotweb


Recommended Posts

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.

Link to comment
  • 2 weeks later...

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

Link to comment

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...

Link to comment
  • 2 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.