|
|
Chandler Release: 0.1Thank you for your interest in the 0.1 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.1.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.1.tar.gzThis will create a Chandler_linux_0.1 subdirectory. Cd into that directory: cd Chandler_linux_0.1Run Chandler: ./Chandler.sh End-Users' Distribution: Mac OSXControl-click this link: Chandler_osx_0.1.tar.gz, select "Download..." or "Save link target..." in the pop-up menu, and save this distribution file to your Desktop. Make sure StuffIt doesn't unpack the file because it can cause problems; we're investigating why. Run the Terminal utility (it's in your Applications/Utilities folder), and cd to your Desktop (or the directory you downloaded the file to) by typing the following:cd ~/DesktopSome browsers will save the file as Chandler_osx_0.1.tar.gz and some will save it as Chandler_osx_0.1.tar. If your file ends in .tar.gz type the following: tar zxf Chandler_osx_0.1.tar.gzIf your file ends in .tar type: tar xf Chandler_osx_0.1.tarThis will create a Chandler_osx_0.1 subdirectory. Cd into that directory: cd Chandler_osx_0.1Run Chandler: ./Chandler.sh End-Users' Distribution: WindowsDownload Chandler_win_0.1.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.bat in the directory you extracted to.Pre-Built-Libraries Distribution: LinuxFirst, get Chandler's Python source by checking out the chandler-app module using CVS. For CVS information, see our page about getting Chandler source.Next, decide whether you want to run the debug version of the required components (Python, wxPython, etc.). If you want the debug version, download Chandler_linux_dev_debug_0.1.tar.gz and save it to the "osaf/chandler" directory that you checked out of CVS. Change your shell's current directory to osaf/chandler and unpack the distribution via: tar zxf Chandler_linux_dev_debug_0.1.tar.gzThis will create a "debug" subdirectory under osaf/chandler. To run Chandler using the binaries you just downloaded, cd into the "debug" directory and run the "RunDebug" shell script: cd debug ./RunDebugIf you elect to get the non-debug version, download Chandler_linux_dev_release_0.1.tar.gz and save it to the "osaf/chandler" directory that you checked out of CVS. Change your shell's current directory to osaf/chandler and unpack the distribution via: tar zxf Chandler_linux_dev_release_0.1.tar.gzThis will create a "release" subdirectory under osaf/chandler. To run Chandler using the binaries you just downloaded, cd into the "release" directory and run the "RunRelease" shell script: cd release ./RunRelease Pre-Built-Libraries Distribution: Mac OSXFirst, get Chandler's Python source by checking out the chandler-app module using CVS. For CVS information, see our page about getting Chandler source.Next, decide whether you want to run the debug version of the required components (Python, wxPython, etc.). If you want the debug version, control-click this link: Chandler_osx_dev_debug_0.1.tar.gz, select "Download..." or "Save link target..." in the pop-up menu, and save this distribution file to the "osaf/chandler" directory that you checked out of CVS. Make sure StuffIt doesn't unpack the file because it can cause problems; we're investigating why. Open up a Terminal window and cd to your "osaf/chandler" directory. Some browsers will save the file as Chandler_osx_dev_debug_0.1.tar.gz and some will save it as Chandler_osx_dev_debug_0.1.tar. If your file ends in .tar.gz type the following: tar zxf Chandler_osx_dev_debug_0.1.tar.gzIf your file ends in .tar type: tar xf Chandler_osx_dev_debug_0.1.tarThis will create a "debug" subdirectory under osaf/chandler. To run Chandler using the binaries you just downloaded, cd into the "debug" directory and run the "RunDebug" shell script: cd debug ./RunDebugIf you elect to get the non-debug version, control-click this link: Chandler_osx_dev_release_0.1.tar.gz, select "Download..." or "Save link target..." in the pop-up menu, and save this distribution file to the "osaf/chandler" directory that you checked out of CVS. Make sure StuffIt doesn't unpack the file because it can cause problems; we're investigating why. Open up a Terminal window and cd to your "osaf/chandler" directory. Some browsers will save the file as Chandler_osx_dev_release_0.1.tar.gz and some will save it as Chandler_osx_dev_release_0.1.tar. If your file ends in .tar.gz type the following: tar zxf Chandler_osx_dev_release_0.1.tar.gzIf your file ends in .tar type: tar xf Chandler_osx_dev_release_0.1.tarThis will create a "release" subdirectory under osaf/chandler. To run Chandler using the binaries you just downloaded, cd into the "release" directory and run the "RunRelease" shell script: cd release ./RunRelease Pre-Built-Libraries Distribution: WindowsFirst, get Chandler's Python source by checking out the chandler-app module using CVS. For CVS information, see our page about getting Chandler source.Next, decide whether you want to run the debug version of the required components (Python, wxPython, etc.). If you want the debug version, download Chandler_win_dev_debug_0.1.zip and copy the "debug" directory it contains to the "osaf/chandler" directory that you checked out of CVS. To run Chandler, double-click the RunDebug.bat file in the osaf/chandler/debug directory. If you elect to get the non-debug version, download Chandler_win_dev_release_0.1.zip and copy the "release" directory it contains to the "osaf/chandler" directory that you checked out of CVS.
To run Chandler, double-click the RunRelease.bat file in the osaf/chandler/release directory.
|
|