Installing Comma
The standalone IDE
Linux
- Download the
tar.gz
file. - Extract it (
tar xfz comma-blah.tar.gz
) - Change into the extracted directory
- Run
bin/comma.sh
Once running Comma, the Tools menu allows for creating a command line runner (for example, in
/usr/bin/comma
) as well as a launcher/desktop shortcut.
Also see the file Install-Linux-tar.txt
for further information.
Windows
- Download the MSI file.
- Run it to install Comma.
MacOS
In the future, a dmg
file will be available. For now:
- Install JDK (Java Development Kit) version 8. It must be a JDK8. Newer JDKs, such as JDK 10, will not work.
- Download the MacOS
zip
file - Extract it
- Run the application
The plugin
- Download the plugin
zip
file - In IntelliJ, open the Settings (
File
, thenSettings
) - Go to the Plugins part of the settings
- Click
Install plugin from disk...
- Locate the
zip
file and click OK - You will be prompted to restart the IDE. Do so to activate the plugin.