<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Installation</title><link>https://sourceforge.net/p/cellx/wiki/Installation/</link><description>Recent changes to Installation</description><atom:link href="https://sourceforge.net/p/cellx/wiki/Installation/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 01 Mar 2016 17:38:23 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/cellx/wiki/Installation/feed" rel="self" type="application/rss+xml"/><item><title>Installation modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v33
+++ v34
@@ -152,7 +152,7 @@

 ~~~~~~

-#expand mysql tar (~38 GB space needed)
+#expand mysql tar (~45 GB space needed)
 obtain the database tarball from the files download section of sourceforge.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Tue, 01 Mar 2016 17:38:23 -0000</pubDate><guid>https://sourceforge.nete7299b384c88c659ef8695431ea81dbd0d98d3b2</guid></item><item><title>Installation modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v32
+++ v33
@@ -56,7 +56,7 @@
 Timeout 600
 ~~~~~~

-On OSX, the Timeout parameter is in /etc/apache2/extra/httpd-default.conf
+On OSX, add the Timeout parameter to /etc/apache2/httpd.conf

 Start Apache

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Wed, 13 Jan 2016 19:31:14 -0000</pubDate><guid>https://sourceforge.netc2fe806ff299100412f14d7bc4d0224b1017d094</guid></item><item><title>Installation modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v31
+++ v32
@@ -67,6 +67,10 @@
 chkconfig --list httpd
 ~~~~~~

+on OSX
+~~~~~~
+sudo /usr/sbin/apachectl restart
+~~~~~~

 Set up web
 checkout the repository into a web folder
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Wed, 13 Jan 2016 19:26:16 -0000</pubDate><guid>https://sourceforge.net07974389f35d21a0d5f09f2f268d87deeed9281d</guid></item><item><title>Installation modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v30
+++ v31
@@ -56,6 +56,7 @@
 Timeout 600
 ~~~~~~

+On OSX, the Timeout parameter is in /etc/apache2/extra/httpd-default.conf

 Start Apache

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Wed, 13 Jan 2016 19:24:10 -0000</pubDate><guid>https://sourceforge.net5023c23e47d58860dd2965148c562f00ee6a137c</guid></item><item><title>Installation modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v29
+++ v30
@@ -146,12 +146,9 @@
 My conclusion is that the AWS RDS service cannot be effectively utilized for CELLX. Instead, I have provided the pre-indexed MyISAM tables that one merely needs to copy into the correct location and the database is immediately ready for queries.

 ~~~~~~
-Deprecated:
-#Checkout database ~7 GB
-sudo svn checkout svn://svn.code.sf.net/p/cellx/code/data/mysql/MyISAM/ database
-#expand tar (~30 GB space needed)
-Update: obtain the database tarball from the files download section of sourceforge.
-It has been removed from svn version control.
+
+#expand mysql tar (~38 GB space needed)
+obtain the database tarball from the files download section of sourceforge.

 #shutdown mysqld
@@ -202,8 +199,6 @@
 source("http://bioconductor.org/biocLite.R")
 biocLite('gplots')
 biocLite('genefilter')
-# updates not tested
-#future requirements
 biocLite("mixtools")
 # start R serve
 cd src/rserve
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Wed, 11 Nov 2015 21:50:21 -0000</pubDate><guid>https://sourceforge.net8c4d3e5cd5475bd0689a5ed518acee78baccc090</guid></item><item><title>Installation modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v28
+++ v29
@@ -203,7 +203,7 @@
 biocLite('gplots')
 biocLite('genefilter')
 # updates not tested
-future requirement:
+#future requirements
 biocLite("mixtools")
 # start R serve
 cd src/rserve
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Fri, 04 Sep 2015 19:10:11 -0000</pubDate><guid>https://sourceforge.net961bc7427d1d77a52ed745503e470ae5f17902d5</guid></item><item><title>Installation modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v27
+++ v28
@@ -203,7 +203,8 @@
 biocLite('gplots')
 biocLite('genefilter')
 # updates not tested
-
+future requirement:
+biocLite("mixtools")
 # start R serve
 cd src/rserve
 sudo R CMD Rserve --RS-conf Rserv.conf
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Fri, 04 Sep 2015 19:09:26 -0000</pubDate><guid>https://sourceforge.net4ed4161fa9c41e2e66214a7d047fdc89edcc308a</guid></item><item><title>Installation modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v26
+++ v27
@@ -150,7 +150,8 @@
 #Checkout database ~7 GB
 sudo svn checkout svn://svn.code.sf.net/p/cellx/code/data/mysql/MyISAM/ database
 #expand tar (~30 GB space needed)
-Update: obtain the database tarball from the files download section of sourceforge.  It has been removed from svn version control.
+Update: obtain the database tarball from the files download section of sourceforge.
+It has been removed from svn version control.

 #shutdown mysqld
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Thu, 23 Apr 2015 18:03:44 -0000</pubDate><guid>https://sourceforge.netaebfbba64b7c0dda7449f7ae9768f4c3bb4eac26</guid></item><item><title>Installation modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v25
+++ v26
@@ -146,9 +146,12 @@
 My conclusion is that the AWS RDS service cannot be effectively utilized for CELLX. Instead, I have provided the pre-indexed MyISAM tables that one merely needs to copy into the correct location and the database is immediately ready for queries.

 ~~~~~~
+Deprecated:
 #Checkout database ~7 GB
 sudo svn checkout svn://svn.code.sf.net/p/cellx/code/data/mysql/MyISAM/ database
 #expand tar (~30 GB space needed)
+Update: obtain the database tarball from the files download section of sourceforge.  It has been removed from svn version control.
+

 #shutdown mysqld
 sudo service mysqld stop
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Thu, 23 Apr 2015 18:03:05 -0000</pubDate><guid>https://sourceforge.net164d5e7db8aa8dc8d8281d39e2ac66059dcabd2e</guid></item><item><title>Installation modified by Keith Ching</title><link>https://sourceforge.net/p/cellx/wiki/Installation/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v24
+++ v25
@@ -1,5 +1,7 @@
 Installation
 ===
+
+Currently, the installation procedure occurs through the SVN repository checkout. The files for CNV images are quite large, so it is not recommended to checkout the whole repository at once.  Separate downloadable tarballs will be created once all the files in the repository have stabilized.

 AWS instance installation.
 ~10 GB root
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Keith Ching</dc:creator><pubDate>Fri, 23 Jan 2015 17:53:55 -0000</pubDate><guid>https://sourceforge.netd416c5fc71643b96bb00c6877db8d711c7e10434</guid></item></channel></rss>