LiveCode Server can be installed on Mac, Windows and Linux servers.
For each supported platform, LiveCode Server is distributed as a single .zip file containing the server engine, drivers and externals as well as release notes. The engine can be run in two separate modes, command line mode or CGI mode.
To run the engine in command line mode, unzip the appropriate archive for your platform, then execute the livecode-server binary (e.g. livecode-server.exe on Windows) from the command line, passing the initial script as the first argument. For example:
[user@~/LiveCodeServer/]$ livecode-server my_script.lc
To run the engine in CGI mode, the engine needs to be integrated with the web server software running on your machine. There are various web server packages available, most of which should be compatible with LiveCode Server. In the lessons below we describe how to setup for the most popular package, Apache.
- Installation Guide: Main ![]()
The main installation guide links to guides for installing LiveCode server on specific platforms:
- Installation Guide: Linux / Apache
- Installation Guide: Mac OS X / Apache
- Installation Guide: Windows / Apache
- Installation Guide: Apache via .htaccess ![]()
# See also - Livecode Server - Livecode Server Files - Livecode Server on DigitalOcean