0.6.0 : New Desktop App
This version introduces some major improvements: Deployment (Heroku, FTP, App Engine), Better realtime collaboration, etc (see ChangeLog for a complete list)
This release is the first to ship the pre-built desktop IDE, easy to install and ready to use.
How to install it on Mac:
- Download codebox-0.6.0-mac.dmg
- Open the file
- Copy the Codebox application to your mac's Applications folder
- Open it and start working
How to install it on Linux (32bits):
There is currently no 64bit build for linux.
- Download codebox-0.6.0-linux32.tar.gz
- Extract it using:
tar -xvzf codebox-0.6.0-linux32.tar.gz
- Run the installation script
cd Codebox && ./install.sh
- There is now a shortcut on your desktop
- Open it and start working
Happy Coding!