Hi Amr, Thanks for the info and I will give it a try.
Any ideas on using the native Docker approach? I really only wanted to do that first just to try to see it in action since when I ran the docker pull locally I could get to the web page but then for some reason it could not access any other Twister nodes even though I opened the TCP & UDP ports for 28333 & 29333 respectively as the documentation suggested. When that did not work, I did a Docker pull on my Internet VPS and then tried to access it via the browser as I had done locally but it gave me an "Access Denied ..." even with the (user/pwd) in the URL call. Like I said, I really just wanted to see it in action before I started to compile up things since I would like to explore this as a P2P option that can take on the Twitter Oligarch and maybe a few more P2P apps as well in other areas, just as some initial thoughts. On Fri, Oct 16, 2020 at 1:49 PM Amr Aboelela <[email protected]> wrote: > Hi Lonnie > > I had the same issue after upgrading to Ubuntu 20.04 > > You have to install libboost version 1.65, check > https://stackoverflow.com/questions/8430332/uninstall-boost-and-install-another-version > > For how to do that but instead of wget > http://downloads.sourceforge.net/project/boost/boost/1.54.0/boost_1_54_0.tar.gz > use wget > http://downloads.sourceforge.net/project/boost/boost/1.65.0/boost_1_65_0.tar.gz > > > > On Oct 16, 2020, at 10:26 AM, LonnieTC <[email protected]> wrote: > > Hi All, > > New to Twister and am just now wanting to investigate it more. > > I have a couple of VPS servers and would like to setup some nodes so that > I can test how it works. > > My system is Ubuntu 20.04 and I tried build it from scratch, but the > source code seems to need updates before it will compile as I found a > number of depreciated calls during the compile which ultimately crashed. > > Then I tried the Docker approach on one of my VPS systems with > > docker pull miguelfreitas/twister > > docker run -d -p 28332:28332 -v > $HOME/.twister:/root/.twister miguelfreitas/twister > > after I tried to connect from my browser to the VPS system running Twister > but it would not let me connect. > > Am I missing something here? > > > > > > > > -- > You received this message because you are subscribed to the Google Groups > "twister-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/twister-users/1fc732f5-e981-45fc-aec8-2be2d1fb8fbbn%40googlegroups.com > <https://groups.google.com/d/msgid/twister-users/1fc732f5-e981-45fc-aec8-2be2d1fb8fbbn%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > > -- > You received this message because you are subscribed to the Google Groups > "twister-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/twister-users/FD7103AD-F595-4326-9748-5EA412A2452A%40gmail.com > <https://groups.google.com/d/msgid/twister-users/FD7103AD-F595-4326-9748-5EA412A2452A%40gmail.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "twister-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/twister-users/CAPmsJLC_npAL20iJyZiRQ298eHrtHA1-kAbGjy%3DbJaQ%3DJCbROw%40mail.gmail.com.
