.. _quickstart/install: Installing Dojo =============== :Status: Draft :Version: 1.0 :Authors: Peter Higgins, Nikolai Onken .. contents:: :depth: 2 Good news! Dojo's just a bunch of files on disk so it doesn't require any special setup. There are three main ways to get Dojo: * Install nothing! Use Dojo from AOL's Content Distribution Network (`CDN `_) or from the `CDN of Google `_. * Install the `latest release `_ on your server * Install directly from :ref:`source control ` ``FIXME`` ================= Use Dojo from CDN ================= This method is quick and painless! You simply load Dojo through ``

Hello, Dojo

========================= Getting the Nightly Build ========================= For the truly dedicated: you can get the latest and greatest code directly from the `nightly archives `_, or directly from the Subversion repository. Use this repository URL: ``http://svn.dojotoolkit.org/src/view/anon/all/trunk``, like this: ``svn checkout http://svn.dojotoolkit.org/src/view/anon/all/trunk dojo-toolkit-readonly`` The README in the link explains why the directory looks empty: It is a collection of ``svn:externals`` pointing to the various project root folders. For instance, if you desire only the Dojo project (excluding Dijit, DojoX, and util/), use this URL ``http://svn.dojotoolkit.org/src/dojo/trunk``: ``svn checkout http://svn.dojotoolkit.org/src/dojo/trunk dojo-only-readonly`` It is worth noting: when working from Subversion, the code is **not** optimized or otherwise built. For optimum performance, download the source files from SVN, and run a build. ``FIXME: link``