<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar.g?targetBlogID\x3d7792685\x26blogName\x3dTech+Projects+Blog\x26publishMode\x3dPUBLISH_MODE_BLOGSPOT\x26navbarType\x3dBLUE\x26layoutType\x3dCLASSIC\x26searchRoot\x3dhttps://mjh40a.blogspot.com/search\x26blogLocale\x3den_US\x26v\x3d2\x26homepageUrl\x3dhttp://mjh40a.blogspot.com/\x26vt\x3d707463917575799204', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script>

Thursday, June 07, 2007

Instiki WIKI

I recently decided to create a WIKI for capturing technical tips and documentation at work. The key was to be able to get something up and running fast as well as allowing for multiple people to add, change, and delete posts (which a WIKI does well). I settled on Instiki as it runs on "Ruby on Rails", includes an integrated database (SQL Lite), and an integrated web server (running on port 2500). I had the WIKI up and running in about 5 minutes and was configuring and modifying the layout of the site. Within 10 minutes I was adding content. Doesn't get much easier than that :)

0 Comments:

Post a Comment

<< Home