<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>edsysad.org &#187; Collaborative Software</title>
	<atom:link href="http://edsysad.org/category/collaborative-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://edsysad.org</link>
	<description>another ed blogger....</description>
	<lastBuildDate>Wed, 04 Apr 2012 03:46:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	
<div id="wdsb-share-box" style="border:2px solid;">
	<ul>
			<li>
						<div class="wdsb-item" id="wdsb-service-google">
				<script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script><g:plusone size="tall"></g:plusone>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-facebook">
				<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fedsysad.org%2F2011%2F03%2F13%2Fmecc-2011-dont-get-ninged%2F&amp;send=false&amp;layout=box_count&amp;width=100&amp;show_faces=false&amp;action=like&amp;colorscheme=light&amp;font&amp;height=60" scrolling="no" frameborder="0" style="border:none; width:58px; height:62px;" allowTransparency="true"></iframe>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-twitter">
				<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script><a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet</a>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-stumble_upon">
				<script src="http://www.stumbleupon.com/hostedbadge.php?s=5"></script>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-reddit">
				<script type="text/javascript" src="http://www.reddit.com/static/button/button2.js"></script>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-linkedin">
				<script src="http://platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-counter="top"></script>			</div>
		</li>
			<li>
						<div class="wdsb-item" id="wdsb-service-pinterest">
							</div>
		</li>
		</ul>
</div>	<item>
		<title>MECC 2011 &#8211; Don&#8217;t Get Ninged</title>
		<link>http://edsysad.org/2011/03/13/mecc-2011-dont-get-ninged/</link>
		<comments>http://edsysad.org/2011/03/13/mecc-2011-dont-get-ninged/#comments</comments>
		<pubDate>Sun, 13 Mar 2011 16:21:49 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[BuddyPress]]></category>
		<category><![CDATA[Collaborative Software]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Random Thoughts]]></category>
		<category><![CDATA[Buddypress]]></category>
		<category><![CDATA[ubunutu]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=272</guid>
		<description><![CDATA[So, there has been a lot of interest in how to build your own school services such as blogs, wikis, and social network. This session is dedicated to understanding the basics of how you can setup a basic social networking sites for your class, school, or district. To accomplish this task we are going to [...]]]></description>
			<content:encoded><![CDATA[<p>So, there has been a lot of interest in how to build your own school services such as blogs, wikis, and social network. This session is dedicated to understanding the basics of how you can setup a basic social networking sites for your class, school, or district.</p>
<p>To accomplish this task we are going to need to learn about a few things:</p>
<ol>
<li>Server Virtualization</li>
<li>DNS basics</li>
<li>Linux LAMP</li>
<li>WordPress and Buddypress</li>
</ol>
<p><a href='http://premium.wpmudev.org?ref=chlupa-4633'><br />
<img src='http://wpmu.org/wp-content/uploads/2010/05/wpmudev_125_banner.png' alt='WPMU DEV - The WordPress Experts' title='Check out WPMU DEV - The WordPress Experts' /><br />
</a></p>
<h1>Server Virtualization</h1>
<p>Basically virtualization is software/hardware that allows you to run a complete operating system on an existing machine as through it is a different physical machine. This allows a systems resources to be maximized and for an end user to interact with an operating system independent of the underlying hardware.</p>
<p style="text-align: left;">We are going to use <a title="VirtualBox Screenshots and Download" href="http://www.virtualbox.org/wiki/Screenshots">Virtualbox</a> by Oracle an open-source virtualization tool for this session. It is quit easy and can be used on Windows, OS X, and just about any variety of Linux.</p>
<ol>
<li>Install following the directions in the <a title="Virtualbox User Manual" href="http://www.virtualbox.org/manual/UserManual.html">user manual</a>.</li>
<li>Configure Example VM settings
<ol>
<li>Copy Example.VDI folder to your VMMachine Directory</li>
<li>Adjust VM settings to suit your machine</li>
<li>Start it up.</li>
</ol>
</li>
</ol>
<h1>VM Setup after install:</h1>
<ol>
<li>Update Current Modules<br />
<code>sudo apt-get update</code></li>
<li>Upgrade your server to latest software and patches<br />
<code>sudo apt-get upgrade</code></li>
<li>Install openSSH server so that you can use a terminal to control server<br />
<code>sudo apt-get install openssh-server</code></li>
<li>Open terminal session your platform of choice and ssh into the box<br />
<code>ssh bpadmin@&lt;your-ip-address&gt;</code><br />
(You&#8217;ll be prompted to add the RSA Key, type &#8220;yes&#8221; and then input your password.)</li>
<li>Setup Webmin on your server <a title="Using Webmin APT respository" href="http://www.webmin.com/deb.html">using APT repositories</a>
<ol>
<li>Add Webmin APT repository to server APT sources<br />
<code>sudo nano /etc/apt/sources.list</code></li>
<li>Add Comment and Webmin URLs<br />
<code>##Webmin Repositories for web-based server administration<br />
deb http://download.webmin.com/download/repository sarge contrib<br />
deb http://webmin.mirror.somersettechsolutions.co.uk/repository sarge contrib</code></li>
<li>Fetch and install my GPG key with which the repository is signed<br />
<code>cd /root<br />
wget http://www.webmin.com/jcameron-key.asc<br />
sudo apt-key add jcameron-key.asc</code></li>
<li>Update your repositories and install webmin<br />
<code>sudo apt-get update<br />
sudo apt-get install webmin</code></li>
<li>Test your webmin install by navigating to https://&lt;your-ip-address&gt;:10000</li>
<li>Your get an untrusted certificate warning (This is normal unless you purchased a 3rd party certificate, which is totally unnecessary.)</li>
<li>Accept it.</li>
<li>Login using admin user info.</li>
</ol>
</li>
<li>Configure local DNS using Hosts file
<ol>
<li>Server DNS
<ol>
<li>Set up an entry for host server in the /etc/hosts file<br />
<code>sudo nano /etc/hosts</code></li>
<li>Add line with server reference to end<br />
&lt;your-ip-address&gt;    buddypress</li>
<li>Check your DNS by pinging your URL, it should have the IP in the response.</li>
<li>Save</li>
</ol>
</li>
<li>Client DNS
<ol>
<li><a title="Host settings for various OSes" href="http://practice.chatserve.com/hosts.html">Setup an entry on your client machine</a>, this various depending on the flavor of your OS.</li>
<li>Check your DNS by pinging your URL, it should have the same IP as the server</li>
</ol>
</li>
</ol>
</li>
<li>Begin our LAMP (Linux, Apache, MSQL, and PHP) server setup (Adapted from <a title="How to Forge LAMP on Ubuntu" href="http://www.howtoforge.com/installing-apache2-with-php5-and-mysql-support-on-ubuntu-10.10-lamp">HowtoForge.com</a>)
<ol>
<li>Install MySQL database server<br />
<code>sudo apt-get install mysql-server mysql-client</code>&nbsp;</p>
<ol>
<li>Set up a strong root password</li>
<li>Check MySQL in command-line<br />
<code>mysql -u root -p</code><br />
(enter password)</li>
<li>We&#8217;ll check the status of the server with a sql command (the semi-colon is critical)<br />
<code>show status;</code></li>
<li>Exit MySQL Shell<br />
<code>exit;</code></li>
</ol>
</li>
<li>Install Apache2 server<br />
<code>sudo apt-get install apache2</code>&nbsp;</p>
<ol>
<li>Open your web-browser and check your apache server at both IP address and buddypress URL. Both should work.</li>
<li>Configure apache2 settings and modules in webmin
<ol>
<li>Log into Webmin @ https://&lt;server-ip-address&gt;:10000</li>
<li>Click Servers</li>
<li>Click Apache Webserver</li>
<li>Click Global Configuration Tab</li>
<li>Click Configure Apache Modules icon</li>
<li>Make sure rewrite is enabled and save</li>
<li>Stop and start the apache server using the hyperlink in the top right corner</li>
</ol>
</li>
</ol>
</li>
<li>Install PHP5 to use with Apache2<br />
<code>sudo apt-get install php-5 php5-suhosin</code>&nbsp;</p>
<ol>
<li>Restart Apache<br />
<code>sudo /etc/init.d/apache2 restart</code></li>
<li>Create a phpinfo file to verify PHP settings
<ol>
<li><code>sudo nano /var/www/info.php</code></li>
<li>Add the phpinfo function to file<br />
&lt;?php phpinfo(); ?&gt;</li>
<li>Save</li>
</ol>
</li>
<li>In your web-browser navigate to http://&lt;your-ip-address&gt;/info.php</li>
<li>Verify PHP settings.</li>
</ol>
</li>
<li>Add additional useful PHP extensions<br />
<code>sudo apt-get install php5-mysql php5-gd php5-imagick php5-curl</code></li>
<li>Your webserver is now ready to rock!</li>
</ol>
</li>
</ol>
<h1>Setting Up WordPress with SVN</h1>
<ol>
<li>Install SVN client for linux<br />
sudo apt-get install subversion</li>
<li>Change to web directory<br />
cd /var/www</li>
<li>Use the guide provided by <a title="Wordpress Via SVN" href="http://codex.wordpress.org/Installing_WordPress_With_Clean_Subversion_Repositories">WordPress.org<br />
</a>sudo svn co http://core.svn.wordpress.org/tags/3.1 .<a title="Wordpress Via SVN" href="http://codex.wordpress.org/Installing_WordPress_With_Clean_Subversion_Repositories"><br />
</a></li>
<li>Now prepare a database for wordpress install using Webmin
<ol>
<li>In your browser navigate to https://&lt;your-server-ip&gt;:10000</li>
<li>Go to &gt;Servers&gt;MySQL Database Server</li>
<li>Login using root and root password</li>
<li>Click Create a New Database</li>
<li>Give it an original name (&#8220;wpbp&#8221;), set character set to (&#8220;utf8&#8243;), and set collation to (&#8220;utf8_bin&#8221;)</li>
<li>Click Save</li>
<li>Create wordpress DB user to limit server permissions.</li>
<li>Under Global Options click User Permissions</li>
<li>Click Create new User</li>
<li>Give it a name (&#8220;wpdb_user&#8221;), a complex password, and give it the following permissions (&#8220;select, insert, update, delete, create, alter, and drop&#8221;)</li>
<li>Click save.</li>
<li>Now your DB and DB user are ready for the installation</li>
</ol>
</li>
<li>Make sure that your wordpress files and directories are read/write for install and default html is removed.<br />
sudo chown -R www-data:www-data /var/www<br />
sudo rm /var/www/index.html</li>
<li><a title="Pretty URLs" href="http://codex.wordpress.org/Using_Permalinks">Configure mod_rewrite in Apache</a> so that you can use pretty URLS
<ol>
<li>In Webmin go to &gt;Servers&gt;Apache Webserver</li>
<li>Click on virtual server</li>
<li>Click Edit Directives</li>
<li>Find options and make sure that it includes FollowSymLinks</li>
<li>Find <code>AllowOverride and make sure that it include FileInfo or ALL</code></li>
<li>Save</li>
<li>Start and stop Apache2 server</li>
</ol>
</li>
<li>Navigate to our webserver in a web browser and follow the directions.</li>
<li>Verify successful wordpress install at your URL.</li>
</ol>
<h1>Setting Up Blog Network and Buddypress</h1>
<ol>
<li>Create blog network following directions @ <a title="Creating a Blog Network" href="http://codex.wordpress.org/Create_A_Network">wordpress.org</a></li>
<li>In terminal edit the /var/www/wp-config.php file as described in the article above by adding<br />
define(&#8216;WP_ALLOW_MULTISITE&#8217;, true);</li>
<li>Log in and go to &gt;Tools&gt;Network</li>
<li>Select sub-directories</li>
<li>Follow directions on the &#8220;Enabling Networks&#8221; page by using copy and paste with terminal
<ol>
<li>Create directory<br />
sudo mkdir /var/www/wp-content/blogs.dir</li>
<li>Correct folder permissions for upload folder<br />
sudo chown -R www-data:www-data /var/www/wp-content/blogs.dir</li>
<li>Edit /var/www/wp-content.php<br />
sudo nano /var/www/wp-content.php</li>
<li>Edit /var/www/.htaccess<br />
sudo nano /var/www/.htaccess</li>
<li>Log out of WordPress and then log back in.</li>
<li>You should now have a &#8220;Network Admin&#8221; in the top right corner.</li>
<li>Now we need to make sure that our site permissions are correct with CHMOD
<ol>
<li>For most installations the following should suffice<br />
sudo chmod -R 755 /var/www</li>
<li>If you are interested in setting a more hardened WordPress install check out <a title="Harden WordPress" href="http://codex.wordpress.org/Hardening_WordPress">this article</a></li>
</ol>
</li>
<li>You are ready start building blogs and installing Buddy Press.</li>
</ol>
</li>
<li>Install Buddypress plugin
<ol>
<li>Login in as admin if you haven&#8217;t already</li>
<li>Click &#8220;Network Admin&#8221; in the top right corner</li>
<li>Go to &gt; Plugins &gt; Add Plugin</li>
<li>Search for Buddypress</li>
<li>Click Install Now link</li>
<li>Click the Network Activate link</li>
<li>Make Buddypress theme available to main blog
<ol>
<li>Go to Sites</li>
<li>Click the edit link under &#8220;/&#8221; blog</li>
<li>Click theme tab</li>
<li>Enable Buddypress default theme</li>
</ol>
</li>
<li>Go back to main blog admin page by clicking Site Admin link</li>
<li>Click &gt; Appearance &gt; Themes</li>
<li>Activate Buddypress theme</li>
<li>View site</li>
</ol>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2011/03/13/mecc-2011-dont-get-ninged/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keynote Theme Issues with Latest Office</title>
		<link>http://edsysad.org/2011/01/21/keynote-theme-issues-with-latest-office/</link>
		<comments>http://edsysad.org/2011/01/21/keynote-theme-issues-with-latest-office/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 16:23:05 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Collaborative Software]]></category>
		<category><![CDATA[Apple Keynote]]></category>
		<category><![CDATA[MS PowerPoint]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=264</guid>
		<description><![CDATA[So, we regularly convert our teachers keynote files to PowerPoint of our partner school districts in Beyond Textbooks. We come to realize that many of the newer templates don&#8217;t convert correctly. I have not quite figured out the reason, but the problem is easily resolved by changing the Keynote theme to one of the compatible [...]]]></description>
			<content:encoded><![CDATA[<p>So, we regularly convert our teachers keynote files to PowerPoint of our partner school districts in Beyond Textbooks. We come to realize that many of the newer templates don&#8217;t convert correctly. I have not quite figured out the reason, but the problem is easily resolved by changing the Keynote theme to one of the compatible themes.</p>
<p>Here is the matrix of &#8217;09 Themes and whether or not they convert correctly.</p>
<p><a href="http://edsysad.org/wp-content/uploads/2011/01/Keynote-Template-Compatibility.pdf">Keynote-Template-Compatibility</a></p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2011/01/21/keynote-theme-issues-with-latest-office/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Burned by Ning</title>
		<link>http://edsysad.org/2010/04/15/burned-by-ning/</link>
		<comments>http://edsysad.org/2010/04/15/burned-by-ning/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 04:12:33 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Collaborative Software]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[Random Thoughts]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=202</guid>
		<description><![CDATA[This is exactly why K-12 institutions need to spend more time developing their own cloud services. Ning is no longer free&#8230;. I hope your district hasn&#8217;t focused on staff development tied to free services.]]></description>
			<content:encoded><![CDATA[<p>This is exactly why K-12 institutions need to spend more time developing their own cloud services.</p>
<p><a title="Ning not free" href="http://news.cnet.com/8301-13577_3-20002611-36.html">Ning is no longer free&#8230;.</a></p>
<p>I hope your district hasn&#8217;t focused on staff development tied to free services.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2010/04/15/burned-by-ning/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIMDIM Web Meetings</title>
		<link>http://edsysad.org/2009/11/23/dimdim-web-meetings/</link>
		<comments>http://edsysad.org/2009/11/23/dimdim-web-meetings/#comments</comments>
		<pubDate>Tue, 24 Nov 2009 03:12:16 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Collaborative Software]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=143</guid>
		<description><![CDATA[Sorry, I&#8217;ve not finished part two of the cloud series but life has gotten away from me and the last thing I&#8217;ve wanted to do when I get home is write. That being said I could help but enjoy a web conferencing tool that I recently &#8220;discovered&#8221;. DIMDIM is a great little free online tool [...]]]></description>
			<content:encoded><![CDATA[<p>Sorry, I&#8217;ve not finished part two of the cloud series but life has gotten away from me and the last thing I&#8217;ve wanted to do when I get home is write.</p>
<p>That being said I could help but enjoy a web conferencing tool that I recently &#8220;discovered&#8221;. <a title="http://www.dimdim.com/" href="http://www.dimdim.com/" target="_self">DIMDIM</a> is a great little free online tool that I found while searching for an Eluminate Alternative. I started with the open source VM appliance, but it is crap.</p>
<p>I should state that for the record, it isn&#8217;t really open source in any meaningful way. The community has been neglected and there has been no forward progress for almost a year.</p>
<p>However, their free online service is great if you are in a position of needing to conduct small, 20 or less attendees, web conferences. It is super easy to upload your PPT slides and/or PDFs. There is a great little interactive whiteboard and the ability to share your screen. There is a web share, but it doesn&#8217;t seem to work with any of the authenticated websites that I need for my trainings.</p>
<p>Unfortunately, the recording ability doesn&#8217;t seem to apply to the whiteboard <span style="text-decoration: line-through;">or PowerPoint (this seems very odd) so it is pretty much useless</span><em> (Edit: It actually records PPT slides and screencasts fairly well)</em>. To be honest I&#8217;m not sure if that is a result of using the free version or just a product limitation.</p>
<p>Below are a couple of screenshots.</p>

<a href='http://edsysad.org/wp-content/uploads/2009/11/Screen-shot-2009-11-23-at-8.07.49-PM.png' rel='shadowbox[sbalbum-143];player=img;' title='Screen shot 2009-11-23 at 8.07.49 PM' rel="lightbox[143]"><img width="150" height="150" src="http://edsysad.org/wp-content/uploads/2009/11/Screen-shot-2009-11-23-at-8.07.49-PM-150x150.png" class="attachment-thumbnail" alt="Screen shot 2009-11-23 at 8.07.49 PM" title="Screen shot 2009-11-23 at 8.07.49 PM" /></a>
<a href='http://edsysad.org/wp-content/uploads/2009/11/Screen-shot-2009-11-23-at-8.09.15-PM.png' rel='shadowbox[sbalbum-143];player=img;' title='Screen shot 2009-11-23 at 8.09.15 PM' rel="lightbox[143]"><img width="150" height="150" src="http://edsysad.org/wp-content/uploads/2009/11/Screen-shot-2009-11-23-at-8.09.15-PM-150x150.png" class="attachment-thumbnail" alt="Screen shot 2009-11-23 at 8.09.15 PM" title="Screen shot 2009-11-23 at 8.09.15 PM" /></a>
<a href='http://edsysad.org/wp-content/uploads/2009/11/Screen-shot-2009-11-23-at-8.10.03-PM.png' rel='shadowbox[sbalbum-143];player=img;' title='Screen shot 2009-11-23 at 8.10.03 PM' rel="lightbox[143]"><img width="150" height="150" src="http://edsysad.org/wp-content/uploads/2009/11/Screen-shot-2009-11-23-at-8.10.03-PM-150x150.png" class="attachment-thumbnail" alt="Screen shot 2009-11-23 at 8.10.03 PM" title="Screen shot 2009-11-23 at 8.10.03 PM" /></a>

]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2009/11/23/dimdim-web-meetings/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Building your own &#8220;Cloud&#8221; &#8211; Part 1</title>
		<link>http://edsysad.org/2009/10/15/building-your-own-cloud-part-1/</link>
		<comments>http://edsysad.org/2009/10/15/building-your-own-cloud-part-1/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 14:31:35 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Collaborative Software]]></category>
		<category><![CDATA[Open-Source]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=106</guid>
		<description><![CDATA[While this post is written with K-12 schools in mind it could be used by small colleges and even businesses. So what the heck is a &#8220;cloud&#8221;? For the most part it is a return to centralized computing using the web browser as the application of choice. The using the cloud allows you to provide [...]]]></description>
			<content:encoded><![CDATA[<p>While this post is written with K-12 schools in mind it could be used by small colleges and even businesses.</p>
<p>So what the heck is a &#8220;cloud&#8221;? For the most part it is a return to centralized computing using the web browser as the application of choice. The using the cloud allows you to provide software as a Service (SaaS). This is a <a title="Cloud Basics" href="http://www.askdavetaylor.com/quick_easy_intro_to_cloud_computing.html" target="_self">great article</a> on the cloud.</p>
<p>Ultimately, schools have not systematically embraced the &#8220;cloud&#8221; or Web 2.0 because they have very little control over the tools that are offered. Even <a title="Google Apps for Education" href="http://www.google.com/a/help/intl/en/edu/index.html" target="_self">Google Apps for Education</a>, arguably the best &#8220;cloud&#8221; application currently available to schools, has some Terms of Use language that makes some teachers and/or administrators flinch. The need for control, whether necessary or not, has held back innovation in schools for too long. This guide will help lay out a path to creating your own &#8220;cloud&#8221;.</p>
<p>So let&#8217;s start with some basics:</p>
<ul>
<li>Virtualization<br />
Server that supports <a href="http://www.youtube.com/watch?v=p11lJOnALS4" rel="shadowbox[sbpost-106];player=swf;width=640;height=385;">virtualization</a>. At this point you can pretty much use PC, Mac, or Linux depending on personal preference. This will allow you to tinker more, and the resulting virtualized application is highly portable.</p>
<p>Here are some of the virtualization products I&#8217;ve used:</p>
<ul>
<li><a title="Virtual Box" href="http://www.virtualbox.org/wiki/Downloads" target="_self">Virtual Box</a> by Sun Microsystems</li>
<li><a href="http://www.vmware.com/" target="_self">VMware</a> by VMware</li>
</ul>
</li>
<li>Linux<br />
Basically, this is a package that lets you easily install an Apache web server with all of the necessary technologies (PHP and MySQL) very quickly. Each one is a bit different depending on the host OS but they all do the same thing. I suggest that for the first time you use a Linux distro with a GUI. This allows you to start experimenting with Linux while still having a comfortable GUI from which to work. In particular, I&#8217;ve found both <a href="http://www.ubuntu.com/">Ubuntu</a> and <a href="http://software.opensuse.org/">OpenSUSE</a> to be very user friendly and both have a wide base of support.</li>
<li>Web Apps<br />
For an average school or classroom the following give you a great starting point:</p>
<ul>
<li><a href="http://moodle.org">Moodle</a> (Course Management System)</li>
<li><a href="http://mu.wordpress.org">WordPressMU</a> / <a href="http://buddypress.org/">BuddyPress</a> (Blog/Social Networking)</li>
<li><a href="http://elgg.org/">Elgg</a> (Social Networking)</li>
<li><a href="http://eyeos.org/">EyeOS</a> (Web-based operating system)</li>
<li><a href="http://www.mindtouch.com/Products/Download">Mindtouch Core</a> (Wiki)</li>
</ul>
</li>
<li>LDAP via Active Directory/Open Directory<br />
<a href="http://www.davidpashley.com/articles/ldap-basics.html">LDAP</a> allows you to more efficiently control your user-base on these systems. Most school districts already a have one of these systems in place so it is just a matter of setting up the correct permissions and your users, faculty and students, can log in using their usual info.</li>
<li>Server Hardware<br />
To begin with you can run any of these applications via laptop or desktop. My original setup was on a Macbook with a Core 2 Duo and 2 GB of RAM. For production, you want something a little more substantial but we&#8217;ll address that when we get there.</li>
<li>Dedicated IP Address and DNS Record<br />
Most of these applications require that you use a dedicated/static IP address. This just means that your server&#8217;s IP address will not change over time. It is also important that your server has a domain name. This can be done via DNS, which will most likely require the help of your IT department or to begin with a modification to your servers HOSTS file.</li>
</ul>
<p>Above, is the outline of what the next few posts will be about. We&#8217;re going to look at setting up a linux webserver inside of Virtual Box, then we are going to install our first web application, and then we&#8217;ll look at how to use Apache Virtual servers to host multiple web applications.</p>
<p>The end result will be cloud services for your organization with a focus on utilizing current open-source technologies.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2009/10/15/building-your-own-cloud-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lawsuits and Web 2.0</title>
		<link>http://edsysad.org/2009/07/01/lawsuits-and-web-2-0/</link>
		<comments>http://edsysad.org/2009/07/01/lawsuits-and-web-2-0/#comments</comments>
		<pubDate>Wed, 01 Jul 2009 14:49:30 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Collaborative Software]]></category>
		<category><![CDATA[Ed-Tech Policy]]></category>
		<category><![CDATA[Open-Source]]></category>

		<guid isPermaLink="false">http://edsysad.org/?p=115</guid>
		<description><![CDATA[Will Richardson seems a bit concerned about the &#8220;Tops&#8221; lack of understanding, when it comes to high level officials. I wonder though if Brad Jupp isn&#8217;t correct. I mean there are two major undiscussed issues here. The first is, &#8220;What Lawsuits?&#8221; Can anybody actually find a lawsuit related to blogging or the use of wikis? [...]]]></description>
			<content:encoded><![CDATA[<p>Will Richardson seems a bit concerned about <a href="http://weblogg-ed.com/2009/lawsuits-what-lawsuits/">the &#8220;Tops&#8221; lack of understanding</a>, when it comes to high level officials. I wonder though if Brad Jupp isn&#8217;t correct. I mean there are two major undiscussed issues here.</p>
<p>The first is, &#8220;What Lawsuits?&#8221; Can anybody actually find a lawsuit related to blogging or the use of wikis? I couldn&#8217;t upon a 5 minute Google search. All I could find is a student suing their old principal for discipline related to <a href="http://www.mcclatchydc.com/200/story/57455.html">cyberbullying on Facebook</a>. It seems like every reference to a pending lawsuit had to do with social networking&#8230;interesting.</p>
<p>It would seem to me that the bigger problem is two-fold. First, in most cases schools have a ineffective or outdated policies for dealing with students/staff use of the web. Second, there is a major generational gap between how adults and teens/kids view the use of the Internet and what constitutes public.</p>
<p>Now is the time that school districts should update their AUP policies. Most important is that these policies are updated with a group of students, teachers, parents, and administrators. Each group looks at Web 2.0 applications through a different lens and it is a chance to set expectations for their use by all interested parties. Having a defined set of policies related to these technologies makes it much easier to handle the occasional problem that may come up from their use.</p>
<p>Now is also time to do some work to bridge the generational gap. It is important that educators using these tools understand how they are preceived by youth. Of course this is a two way street and using these tools is also a great time for educators to share important information about why privacy is important, the permanacy of the web, and the web is not as anonymous as you may think.</p>
<p>Finally, I think that teachers, administrators, and school IT departments need to look at the &#8220;free&#8221; Web 2.0 applications and decide why do we actually want this tool? What is the pedagogy driving instruction with these tools?</p>
<p>Part two of this issue is whether or not you need to use public Web 2.0 apps at all. There are some many incredibly easy to setup and use open source Web apps out there today. Any IT director worth a dime can have these systems up and running in no time. Most importantly these tools can almost always be tied to a directory server which makes user management a snap.</p>
<p>Using these tools a district can host it&#8217;s own social networking (<a href="http://elgg.org/">Elgg</a> or <a href="http://buddypress.org/">Buddypress</a>), wikis (<a href="http://developer.mindtouch.com/">Deki Wiki</a>), and blogs (<a href="http://mu.wordpress.org/">WordPress</a> or <a href="http://www.movabletype.com/">Moveable Type</a>). Educators get the advantage of these powerful tools, while administrators and IT directors get to have the control they need. Give you students some training wheels before they set off on the information superhighway.</p>
<p>Basically, it comes down to the basic issue of control and accountability. In a K-12 school environment you have to have both and the only way to do this is keep you Web 2.0 services in house.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2009/07/01/lawsuits-and-web-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Elgg (Old Version 0.9) LDAP Authentication Working</title>
		<link>http://edsysad.org/2008/02/28/elgg-ldap-authentication-working/</link>
		<comments>http://edsysad.org/2008/02/28/elgg-ldap-authentication-working/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 03:35:00 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Collaborative Software]]></category>
		<category><![CDATA[Elgg]]></category>

		<guid isPermaLink="false">http://edsysad.org/2008/02/28/elgg-ldap-authentication-working/</guid>
		<description><![CDATA[Elgg 1.1 LDAP info can be found here. It turns out that getting the LDAP authentication working with Elgg was very easy. All you need to do is look in the &#8220;home/auth/ldap&#8221; folder, where you will find &#8220;lib.php&#8221;. This file gives you basic directions on setting up LDAP authentication. I followed the following steps: Copy [...]]]></description>
			<content:encoded><![CDATA[<p>Elgg 1.1 LDAP info can be found <a title="Elgg 1.1 LDAP Auth" href="http://edsysad.org/2008/11/27/elgg-10-ldap-setup-working/" target="_self">here</a>.</p>
<p>It turns out that getting the LDAP authentication working with Elgg was very easy.</p>
<p>All you need to do is look in the &#8220;<em>home</em>/auth/ldap&#8221; folder, where you will find &#8220;lib.php&#8221;. This file gives you basic directions on setting up LDAP authentication. I followed the following steps:</p>
<ol>
<li>Copy lines 18-43 of <em>&#8220;home</em>/auth/ldap/lib.php&#8221; and paste them below line 10 in &#8220;<em>home</em>/config.php&#8221;.</li>
<li>Next you need to clean up the code by removing all of the asterisks. There are also several places where semicolons are missing, so put them at the end of line where they are missing. When your done it should look something like this:<br />
<blockquote><p>// Authentication set to LDAP<br />
$CFG-&gt;auth = &#8216;ldap&#8217;;</p>
<p>//    LDAP Authentication parameters<br />
// LDAP host<br />
$CFG-&gt;ldap_host = &#8216;your.domain.com&#8217;;<br />
// LDAP port<br />
$CFG-&gt;ldap_port = 389;<br />
// Base DN &#8211; can be string or array of string for multiple DNs<br />
$CFG-&gt;ldap_basedn = &#8216;cn=users,dc=your,dc=domain,dc=com&#8217;;<br />
// Protocol version<br />
$CFG-&gt;ldap_protocol_version = &#8217;3&#8242;;<br />
// Filter for username, common are cn, uid or sAMAccountName<br />
$CFG-&gt;ldap_filter_attr = &#8216;uid&#8217;;<br />
// Search attibutes: associative array with the key being the attribute<br />
// description, and the value being the actual LDAP attribute. firstname<br />
//lastname and mail are used to create the elgg user profile. The<br />
//example below works for ActiveDirectory.<br />
$CFG-&gt;ldap_search_attr = array(&#8216;firstname&#8217; =&gt; &#8216;givenName&#8217;,<br />
&#8216;lastname&#8217; =&gt; &#8216;sn&#8217;,<br />
&#8216;mail&#8217; =&gt; &#8216;mail&#8217;);<br />
// Create user, relies on the givenname, sn, and email attributes for now<br />
$CFG-&gt;ldap_user_create = true;<br />
// Fallback option, try internal authentication if everything fails<br />
$CFG-&gt;ldap_internal_fallback = true;</p></blockquote>
</li>
<li>Use your domain information instead of &#8220;your.domain.com&#8221; and make appropriate adjustments to &#8220;$CFG-&gt;ldap_search_attr&#8221; if you are using non-standard LDAP attributes.</li>
<li>Als0, you will need to use a couple of additional lines of code if you require a password to bind to your directory. These are found in the &#8220;<em>home</em>/auth/ldap/lib.php&#8221; file.</li>
<li>It should now work!</li>
</ol>
<p>Now the only thing that is bugging me is that default name is your surname. But that should be easy enough to fix. This was done on a xServe G4 running OS X Server 10.4.9, running <a title="entrophy.ch" href="http://www.entropy.ch/home/">entrophy php 5.2.4</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2008/02/28/elgg-ldap-authentication-working/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Been a while&#8230;.</title>
		<link>http://edsysad.org/2008/02/26/been-a-while/</link>
		<comments>http://edsysad.org/2008/02/26/been-a-while/#comments</comments>
		<pubDate>Wed, 27 Feb 2008 03:13:43 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Collaborative Software]]></category>
		<category><![CDATA[Elgg]]></category>
		<category><![CDATA[Open-Source]]></category>
		<category><![CDATA[eportfolios]]></category>
		<category><![CDATA[social networking]]></category>

		<guid isPermaLink="false">http://edsysad.org/2008/02/26/been-a-while/</guid>
		<description><![CDATA[It has been a long while since I&#8217;ve updated this blog. Life has a way of getting ahead of you. I&#8217;m almost done with the implementation phase of my master&#8217;s program and look forward to getting back to some of the newer things I&#8217;ve been toying with at school. I&#8217;d like to get a program [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a long while since I&#8217;ve updated this blog. Life has a way of getting ahead of you.</p>
<p>I&#8217;m almost done with the implementation phase of my master&#8217;s program and look forward to getting back to some of the newer things I&#8217;ve been toying with at school.</p>
<p>I&#8217;d like to get a program start which takes advantage of <a href="http://elgg.net" title="Elgg - Social Networking">Elgg</a> to create a school social networking/blog/portfolio system.  It was incredible simple to get the installation running and the portfolio piece (by <a href="http://eduspaces.net/garrettn" title="Nathan Garrett homepage">Nathan Garrett</a>) installed. Also, it looks as though the LDAP authentication piece should be easy to implement.</p>
<p>My only real complaint is that standard registration requires an email address. Unfortunately, there are just to many institutions, at the K-12 level, who are worried about students accessing email. It would be nice if the LDAP authentication removed the need for an email.</p>
<p>I&#8217;ll be sharing my discovers about Elgg as the project develops.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2008/02/26/been-a-while/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>OS X 10.5 Server for Ed Tech</title>
		<link>http://edsysad.org/2007/12/08/os-x-105-server-for-ed-tech/</link>
		<comments>http://edsysad.org/2007/12/08/os-x-105-server-for-ed-tech/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 21:03:34 +0000</pubDate>
		<dc:creator>Andrew Chlup</dc:creator>
				<category><![CDATA[Collaborative Software]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[OS X Server]]></category>
		<category><![CDATA[Wiki]]></category>

		<guid isPermaLink="false">http://edsysad.org/2007/12/08/os-x-105-server-for-ed-tech/</guid>
		<description><![CDATA[On the 4th of December, I went to Phoenix to attend a half-day seminar on the new client and server software from Apple. I wasn&#8217;t that amazed with the client (although it is pretty nice), just a lot of 3rd party ideas that are now part of the base OS. However, the server piece has [...]]]></description>
			<content:encoded><![CDATA[<p>On the 4th of December, I went to Phoenix to attend a half-day seminar on the new client and server software from Apple. I wasn&#8217;t that amazed with the client (although it is pretty nice), just a lot of 3rd party ideas that are now part of the base OS. However, the server piece has amazing potential.</p>
<p>Apple was managed to stupid-proof a convergence of wiki, blog, and  web-based calendar. While none of these services are new,  the manner in which they are pulled together and centrally controlled by OS X Server will open these tools up to a wider audience.</p>
<p>If you haven&#8217;t checked it out yet, it is worth a look.</p>
]]></content:encoded>
			<wfw:commentRss>http://edsysad.org/2007/12/08/os-x-105-server-for-ed-tech/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

