Page 1 of 1

Livecode server installation at Google Cloud and AWS

Posted: Thu Nov 03, 2016 4:07 am
by magixbox
Anyone installed livecode-server at Google "compute machine" (aka VPS) or Amazon similar offer?
The first major hurdle is x86 OS where you will have to go with Livecode x86 build (available in version 7).

If you have to use livecode version 6 (for any reason), use the following 3 lines in the terminal managed to bring back the old good 32 bits compatible binary.

Code: Select all

sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
We are still exploring and not sure what others trouble ahead.
Appreciated for anyone that may share some insight.

Thank you.