Page 1 of 1
updated guide for starting server on mac (el capitan)?
Posted: Thu Aug 18, 2016 5:48 pm
by cwkalish
Hi,
Are there any updated instructions for starting livecode server on mac 10.11?
I'm running MAMP to try out livecode server. I found the sticky up top and this thread and tried to adjust for mac v windows, but not having much luck
http://forums.livecode.com/viewtopic.php?f=15&t=22289
Thanks.
-
Chuck
Re: updated guide for starting server on mac (el capitan)?
Posted: Thu Aug 18, 2016 6:21 pm
by FourthWorld
What problem are you having?
Re: updated guide for starting server on mac (el capitan)?
Posted: Fri Aug 19, 2016 8:20 pm
by cwkalish
I can't start the MAMP server after editing the cons file.
I've got LiveCodeCommunityServer-8_1_0_dp_3-Mac as a folder within cgi-bin
See below for how I edited the .conf file
Thanks.
The http.conf file now reads:
<Directory “/Applications/MAMP/htdocs">
Options Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
AddHandler livecode-script .lc
Action livecode-script /livecode-cgi/livecode-community-server
</Directory>
<Directory “/Applications/MAMP/cgi-bin">
Options ExecCGI
Order allow,deny
Allow from all
</Directory>
ScriptAlias /livecode-cgi/livecode-community-server “/Applications/MAMP/cgi-bin/LiveCodeCommunityServer-8_1_0_dp_3-Mac/livecode-community-server"
Re: updated guide for starting server on mac (el capitan)?
Posted: Fri Aug 19, 2016 8:23 pm
by FourthWorld
cwkalish wrote:I can't start the MAMP server after editing the cons file.
What error are you getting?
Re: updated guide for starting server on mac (el capitan)?
Posted: Fri Aug 19, 2016 9:53 pm
by cwkalish
The text of the error is:
Apache couldn't be started. Please check your MAMP installation and configuration
I assume I broke something in the configuration file.