Livecode server installation at Google Cloud and AWS

Are you using LiveCode to create server scripts or CGIs?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
magixbox
Posts: 11
Joined: Sat Feb 22, 2014 8:53 am

Livecode server installation at Google Cloud and AWS

Post by magixbox » Thu Nov 03, 2016 4:07 am

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.

Post Reply

Return to “CGIs and the Server”