Good URL to Know
http://www.codeigniter.com/user_guide
(memorize it! - worth memorizing because it's a great guide you will constantly go back to check)
And what I do is keep an empty CodeIgniter source code folder in my home directory and every time I create a new project, just "cp -r" it. If you're working without internet, the local version of the user guide URL would be:
~/ci/user_guide/index.html













