Page 1 of 1

Community Server?

Posted: Sun May 18, 2014 4:20 pm
by jihem
Hi,
I just bought a Raspberry Pi. LiveCode works very well on it (good job!). I'm looking for LiveCode Community server (for use in console).
Regards,
jihem

Re: Community Server?

Posted: Sun May 18, 2014 5:13 pm
by FourthWorld
The Raspberry Pi builds are available at the bottom of the Download page:
http://downloads.livecode.com/livecode/

The current focus of the dev team is on the Kickstarter goals, so while the Linux ARM build has been coming along surprisingly well we can expect complete support for it only after the more critical items on the Road Map have been completed.

That said, any LiveCode standalone can be used from the command line, and in fact LiveCodeJournal.com runs on a custom CGI made with a LiveCode Linux standalone, rather than LiveCode Server.

To run any LC standalone facelessly, just pass -ui in the command line. Beyond that it's all pretty much like any other CGI work, getting args from $1, $2, etc. and handling those however your app needs.

Re: Community Server?

Posted: Fri May 23, 2014 11:16 am
by jihem
FourthWorld wrote:To run any LC standalone facelessly, just pass -ui in the command line. Beyond that it's all pretty much like any other CGI work, getting args from $1, $2, etc. and handling those however your app needs.
Have you done a standalone on raspberry pi? I saw only options to build windows, macos, linux, android or ios standalone... :/
Where is this option in the standalone settings?
Thx for the answer :)

Re: Community Server?

Posted: Fri May 23, 2014 1:47 pm
by [-hh]
..........

Re: Community Server?

Posted: Mon May 26, 2014 8:45 pm
by jihem
Thx for the answer. He made a very good job. May be it's time for us to help? How?