Re: Up to date installation guide for LiveCode community server?

2018-09-02 Thread Tom Glod via use-livecode
This is the bash scripts I  used to successfully install LC
Server...obviously it has customized filenames in it.

#!/bin/bash
#-
# install LC Server
#-

cd ~
wget "
https://ump-global-shared-space.nyc3.digitaloceanspaces.com/ump-cloud-build-scripts/LiveCodeCommunityServer-8_1_7-Linux-x86_64.zip
"
apt-get install unzip
unzip LiveCodeCommunityServer-8_1_7-Linux-x86_64.zip
rm LiveCodeCommunityServer-8_1_7-Linux-x86_64.zip
chmod 755 livecode-community-server
mv 'livecode-community-server' '/usr/lib/cgi-bin'
mv 'externals' '/usr/lib/cgi-bin'
mv 'drivers' '/usr/lib/cgi-bin'

#-
# Set Up Apache
#-

a2enmod actions
a2enmod cgi
cd /etc/apache2/sites-enabled
wget "
https://ump-global-shared-space.nyc3.digitaloceanspaces.com/ump-cloud-build-scripts/default_apache_config_registration_server.conf
"
cp 'default_apache_config_registration_server.conf' '000-default.conf'
rm default_apache_config_registration_server.conf
service apache2 restart


*Apache CONF File:*


ServerName ump-cloud.com
ServerAlias www.ump-cloud.com
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html


Options Indexes FollowSymLinks
AllowOverride All
Require all granted


ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined


DirectoryIndex index.php index.pl index.cgi index.html
index.xhtml index.htm


Action lc-script /cgi-bin/livecode-community-server
AddHandler lc-script .lc




On Sun, Sep 2, 2018 at 4:50 PM Malte Pfaff-Brill via use-livecode <
use-livecode@lists.runrev.com> wrote:

> @Mark: Thanks, will do.
> @Richard: I am not facing any trouble, but have to provide an installation
> guide for 3rd parties that would like to run an open source project I
> steward. The problem with the current documentation I dug up is that it
> appears to be written for apache <2.2. And that the actual installation
> guide is not in the package that one would download from livecode's site.
> Also the documentation says the Linux distribution would require the 32-Bit
> Libs, which I am pretty sure is no longer true.
>
> Cheers,
>
> Malte
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Up to date installation guide for LiveCode community server?

2018-09-02 Thread Malte Pfaff-Brill via use-livecode
@Mark: Thanks, will do.
@Richard: I am not facing any trouble, but have to provide an installation 
guide for 3rd parties that would like to run an open source project I steward. 
The problem with the current documentation I dug up is that it appears to be 
written for apache <2.2. And that the actual installation guide is not in the 
package that one would download from livecode's site. Also the documentation 
says the Linux distribution would require the 32-Bit Libs, which I am pretty 
sure is no longer true.

Cheers,

Malte


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Up to date installation guide for LiveCode community server?

2018-09-02 Thread Mark Waddingham via use-livecode
File a bug and we'll see if we can move the (appropriate) information into a 
guide in the main repo (so the docs aren't just a webpage).

mergJSON is licensed under the GPL - 
https://github.com/montegoulding/mergJSON/blob/master/LICENSE.txt

Warmest Regards,

Mark

Sent from my iPhone

> On 2 Sep 2018, at 14:36, Malte Pfaff-Brill via use-livecode 
>  wrote:
> 
> Hi all,
> 
> I am currently searching for an up to date installation guide for live code 
> community server. For at least Linux 64 Bit and Windows Servers. What I was 
> able to dig up on the liveCode sites is rather outdated. :-(
> Also, is it allowed to add the jSon externals to a community server? 
> Technically it appears to work, but license wise? If that is possible, might 
> it be good to have it in the downloaded external folder by< default?
> 
> Cheers!
> 
> Malte
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Up to date installation guide for LiveCode community server?

2018-09-02 Thread Richard Gaskin via use-livecode
Malte Pfaff-Brill wrote:

> I am currently searching for an up to date installation guide for live
> code community server. For at least Linux 64 Bit and Windows Servers.
> What I was able to dig up on the liveCode sites is rather outdated.
> :-(

The Common Gateway Interface LC uses is pretty standard and hasn't
changed in a long time.  Setting up LC should be pretty much the same as
adding any other scripting engine to an Apache server.  What problems
have you run into?

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 
 ambassa...@fourthworld.comhttp://www.FourthWorld.com

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Up to date installation guide for LiveCode community server?

2018-09-02 Thread Malte Pfaff-Brill via use-livecode
Hi all,

I am currently searching for an up to date installation guide for live code 
community server. For at least Linux 64 Bit and Windows Servers. What I was 
able to dig up on the liveCode sites is rather outdated. :-(
Also, is it allowed to add the jSon externals to a community server? 
Technically it appears to work, but license wise? If that is possible, might it 
be good to have it in the downloaded external folder by< default?

Cheers!

Malte
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode