There are three main ways to install Dojo:
This method is quick and painless! You simply load Dojo through <script> tags pointing to the AOL CDN. You don't need to invest any of your own server disk space or resources nor will you need to install Dojo locally in many cases. Instructions are available on using Dojo from the CDN.
All of the Dijit examples in this book load Dojo through this method. You can literally copy and paste any example in Parts 1 and 2 onto your own web server and it will work as-is! In Part 3, where examples are most often code fragments, we'll tell you any modifications needed to run the example on CDN.
For you traditionalists out there, you can download, install and use Dojo the old fashioned way.
You've got a working Dojo!
Finally, for those of you who live on the edge ... you can get the latest, greatest code directly from the Subversion code repository.