Giter VIP home page Giter VIP logo

simpletv-wine's Introduction

simpletv-wine

Simpletv-wine container based on stable release from official repo

Building

  • Clone this repo ( git clone --depth=1 https://github.com/abdullasharapov/simpletv-wine.git ) into /opt dir, then cd /opt/simpletv-wine.
  • Change if need ip address of simpletv-wine instances in script start_stv.sh (host ip address, where container will be run). By default, container will start one instance of simpletv server. You can add or remove instances as you wish in start_stv.sh script. Each next instance should start with a delay of about 30 seconds after the start of the previous. Delay is set by the argument `sleep'. The last command for start instance must end without the '&' character Once instance occupies two ports (if port 10000, then 10001 also occulied). The fourth instance will have port 10006, the fifth will have 10008, etc.
  • To build run docker build -t simpletv-wine . Name of container simpletv-wine you can change as you wish

Running

With docker run

  • cd /opt/simpletv-wine
  • Download SimpleTV archive wget https://github.com/abdullasharapov/simpletv-wine/releases/download/1.0/simpleTV.tar.bz2. Unpack tar xjf simpleTV.tar.bz2 -C /opt/simpletv-wine.
  • Copy start script to simpleTV dir cp start_stv.sh simpleTV
  • Start container docker run --restart=always -tid --net=host -v /opt/simpletv-wine/simpleTV:/root/.wine/drive_c/simpleTV simpletv-wine /root/stv.sh.

With docker-compose

  • Not yet ready

Next Steps

Once the container is running, try visiting :

localhost - ip address of your host machine

simpletv-wine's People

Contributors

abdullasharapov avatar

Stargazers

ITshka Creative Group avatar Artem Vinogradov avatar  avatar

Watchers

Artem Vinogradov avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.