|
|
Chandler Release: 0.2Thank you for your interest in the 0.2 release of Chandler. We hope that this release of Chandler will give you a flavor of Chandler's architecture and APIs, and a glimse of what Chandler will do in the future.Please note that Chandler is still in its extremely early stages, with only a very limited set of capabilities. Please read the README -- it has information on known bugs, our future plans, volunteering, and where to go for futher documentation. Please also understand that our underlying database is undergoing massive changes at the moment. What we're using now will not be what we use in the future. This means that you should not store important information in Chandler yet.
What Should I Download?There are a few different types of Chandler distribution files that are available in this release; choose the one that's right for you:
End-Users' Distribution: LinuxDownload Chandler_linux_0_2.tar.gz to a directory on your computer. Change your shell's current directory to the directory you copied the file to, and unpack the distribution by typing the following:tar zxf Chandler_linux_0_2.tar.gzThis will create a Chandler_linux_0_2 subdirectory. Cd into that directory: cd Chandler_linux_0_2Run Chandler: ./chandler End-Users' Distribution: Mac OSXDownload Chandler_osx_0_2.dmg to your desktop, double-click it, and it will unpack the Chandler application.End-Users' Distribution: WindowsDownload Chandler_win_0_2.zip, open it by double-clicking it using Windows file explorer, and extract all files to a directory on your computer. Again, using the file explorer, double-click on chandler.exe in the directory you extracted to.Developers' Distribution: LinuxDownload Chandler_linux_debug_0_2.tar.gz and save it to disk. Change your shell's current directory to the location you saved the file and unpack the distribution via:tar zxf Chandler_linux_debug_0_2.tar.gzThis will create a Chandler_linux_debug_0_2 subdirectory. Cd into that directory: cd Chandler_linux__debug_0_2Run Chandler: ./chandler Developers' Distribution: Mac OSXDownload Chandler_osx_debug_0_2.dmg to your desktop, double-click it, and it will unpack the Chandler application.Developers' Distribution: WindowsDownload Chandler_win_debug_0_2.zip, open it by double-clicking it using Windows file explorer, and extract all files to a directory on your computer. Again, using the file explorer, double-click on chandler.exe in the directory you extracted to. |
|