ProgramiCo
JavaScript Web Application Development
  • Home
  • SmartJs
    • Setting up the Environment
    • Running SmartJs
  • SmartJs Blog
  • About

Hosting nowjs documentation locally

1/8/2013

0 Comments

 
If you're using nowjs, you probably noticed that nowjs.com website has been down for a long time.  It had some real good and useful documentation on it, and unfortunately now that is no longer accessible.

No worries, I will show you how to host nowjs documentation locally.  It's even faster and more convenient to use when it's hosted on your own box.  You will need a local webserver like Apache.

Go to the Github site for nowjs, https://github.com/Flotype/now and download the latest copy.  If you have the Github client just use "Clone in Windows" button.  If not you can download the whole project as a Zip and unzip to somewhere on your drive.

Let's say you have a copy of the Flotype nowjs repository under C:\dev\nowjs.

Create an Apache website and point the root to the folder C:\dev\nowjs\doc\jsdoc.  Let's say you used port 204 for this new Apache site.  Then, point your web browser at:
http://localhost:204/index.html
And you should have all the goodness of the Nowjs documentation, with no dependence on their down website!

You can also get to the Getting Started, User Manual, and Best Practices pages of Nowjs through their Github site at these Urls:

https://github.com/Flotype/now/blob/master/doc/public/getting_started.md
https://github.com/Flotype/now/blob/master/doc/public/user_manual.md
https://github.com/Flotype/now/blob/master/doc/public/best_practices.md
0 Comments

    About the Author

    Picture
    Hugh Anderson is a web frontend developer in Tennessee who loves JavaScript and C#. 

    View my profile on LinkedIn

    Archives

    August 2015
    January 2013
    December 2012
    November 2012
    October 2012
    September 2012

    RSS Feed

Powered by Create your own unique website with customizable templates.