Light Table is an open source integrated development environment. Light Table support Clojure, ClojureScript, Python, HTML, JavaScript, CSS and it is extensible via plugin for another language. Light Table is available for 32 dan 64 bit Linux. I will show how to install it in Ubuntu 15.04 then create menu icon and Launcher in Unity desktop.
Download Light Table Package
Obtain Light Table installer for Linux in
- Version 0.7.2 32 bit: https://d35ac8ww5dfjyg.cloudfront.net/playground/bins/0.7.2/LightTableLinux.tar.gz
- Version 0.7.2 64 bit: https://d35ac8ww5dfjyg.cloudfront.net/playground/bins/0.7.2/LightTableLinux64.tar.gz
- Another version: http://lighttable.com
Extract Light Table Package
- Open Terminal. Currently, your Terminal is in $HOME directory. You should go to $HOME/Downloads directory.
- Type command: cd Downloads
- Type command: ls
- After ls command, you should see the file name LightTableLinux.tar.gz or LightTableLinux64.tar.gz.
- Extract that package by command: tar xvfz LightTableLinux.tar.gz
- Or, just type tar xfvz Li then press Tab button so Terminal will automatically complete the name.
- After extracting, type command ls again. You will see a directory named LightTable along with the package. You should enter that directory.
- Type command: cd LightTable
- Now you are in LightTable directory. Type command: ls
- You should see a file named LightTable. That is the program.
- Run the program by command: ./LightTable
Create Light Table Menu
Now you realized that Light Table package actually doesn't install Light Table on your system. It is similar to Windows' portable program. You can make Light Table appears in Ubuntu menu along with another programs by using Alacarte. If you don't have Alacarte yet, install it first.
- Open Alacarte.
- Click on Programming entry in left panel.
- In the right panel, click New Item button.
- The most important thing, type in Command text box the path into your LightTable executable file. For example, mine is /home/ubuntu/Downloads/LightTable/LightTable. If your username is daddy, then yours is /home/daddy/Downloads/LightTable/LightTable.
- Then give it a name. You can give it icon too. Download from the internet instead.
- Then close the Alacarte.
- Now look at your Ubuntu menu. Look for Light Table. It is now same with another applications.
Create a Launcher
Now you probably want Light Table to dock on your Launcher (the Ubuntu panel). It is simple. It is fairly simpler than Alacarte one.
- First, open Light Table.
- On the Light Table icon on Launcher, right click > Lock from Launcher.
- If you close Light Table, the icon will still stay on the Launcher.