updated documents to reflect final download URLs for the releases

This commit is contained in:
maroy 2005-03-29 14:39:14 +00:00
parent 30d15cf8d9
commit 399575eb3b
3 changed files with 34 additions and 19 deletions

View file

@ -22,7 +22,7 @@
Author : $Author: maroy $ Author : $Author: maroy $
Version : $Revision: 1.2 $ Version : $Revision: 1.3 $
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/INSTALL,v $ Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/INSTALL,v $
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
@ -32,8 +32,8 @@ For detailed installation instructions, see the doc/install.html document.
For the impatient, do the following (make sure to run at least the For the impatient, do the following (make sure to run at least the
bin/install.sh script as root): bin/install.sh script as root):
wget http://ls-demo.campware.org/download/livesupport-<version>.tar.bz2 wget http://livesupport.campware.org/look/campware/download/livesupport-<version>.tar.bz2
wget http://ls-demo.campware.org/download/livesupport-libraries-<version>.tar.bz2 wget http://livesupport.campware.org/look/campware/download/livesupport-libraries-<version>.tar.bz2
tar xfj livesupport-<version>.tar.bz2 tar xfj livesupport-<version>.tar.bz2
tar xfj livesupport-libraries-<version>.tar.bz2 tar xfj livesupport-libraries-<version>.tar.bz2
cd livesupport-<version> cd livesupport-<version>

View file

@ -13,7 +13,7 @@ Development Loan Fund</a>, under the GNU <a
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br> href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
<ul> <ul>
<li>Author: $Author: maroy $</li> <li>Author: $Author: maroy $</li>
<li>Version: $Revision: 1.2 $</li> <li>Version: $Revision: 1.3 $</li>
<li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/install.html,v $</li> <li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/install.html,v $</li>
</ul> </ul>
<h1>Scope</h1> <h1>Scope</h1>
@ -36,7 +36,7 @@ Those who think they know everything, the quick steps to install
LiveSupport are (make sure to run at least the <code>./bin/install.sh</code> LiveSupport are (make sure to run at least the <code>./bin/install.sh</code>
script as root):<br> script as root):<br>
<br> <br>
<pre><code>wget </code><code>http://ls-demo.campware.org/download/livesupport-&lt;version&gt;.tar.bz2<br></code><code>wget </code><code>http://ls-demo.campware.org/download/livesupport-libraries-&lt;version&gt;.tar.bz2<br>tar xfj livesupport-&lt;version&gt;.tar.bz2<br></code><code>tar xfj livesupport-libraries-&lt;version&gt;.tar.bz2<br>cd livesupport-&lt;version&gt;<br>make setup &amp;&amp; make compile<br>./bin/install.sh -d /usr/local/livesupport -g apache<br>ln -s /usr/local/livesupport/var /var/www/livesupport<br>/usr/local/livesupport/bin/scheduler.sh start<br></code></pre> <pre><code>wget </code><code></code><code>http://livesupport.campware.org/look/campware</code><code>/download/livesupport-&lt;version&gt;.tar.bz2<br></code><code>wget </code><code></code><code>http://livesupport.campware.org/look/campware</code><code>/download/livesupport-libraries-&lt;version&gt;.tar.bz2<br>tar xfj livesupport-&lt;version&gt;.tar.bz2<br></code><code>tar xfj livesupport-libraries-&lt;version&gt;.tar.bz2<br>cd livesupport-&lt;version&gt;<br>make setup &amp;&amp; make compile<br>./bin/install.sh -d /usr/local/livesupport -g apache<br>ln -s /usr/local/livesupport/var /var/www/livesupport<br>/usr/local/livesupport/bin/scheduler.sh start<br></code></pre>
<br> <br>
Then try the URL <code>http://localhost/livesupport/htmlUI/var/html/ </code>, Then try the URL <code>http://localhost/livesupport/htmlUI/var/html/ </code>,
and log in using username: <code>root</code>, password: <code>q</code>.<br> and log in using username: <code>root</code>, password: <code>q</code>.<br>
@ -162,8 +162,12 @@ external libraries used by LiveSupport<code><br>
</ul> </ul>
These files are accessible through the following URLs:<br> These files are accessible through the following URLs:<br>
<ul> <ul>
<li><code>http://ls-demo.campware.org/download/livesupport-&lt;version&gt;.tar.bz2</code></li> <li>
<li><code>http://ls-demo.campware.org/download/livesupport-libraries-&lt;version&gt;.tar.bz2</code></li> <pre><code></code><code>http://livesupport.campware.org/look/campware</code><code>/download/livesupport-&lt;version&gt;.tar.bz2</code></pre>
</li>
<li>
<pre><code></code><code>http://livesupport.campware.org/look/campware</code><code>/download/livesupport-libraries-&lt;version&gt;.tar.bz2</code></pre>
</li>
</ul> </ul>
After downloading the files, untar them in the same directory:<br> After downloading the files, untar them in the same directory:<br>
<br> <br>

View file

@ -13,7 +13,7 @@ Development Loan Fund</a>, under the GNU <a
href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br> href="http://www.gnu.org/licenses/gpl.html">GPL</a>.<br>
<ul> <ul>
<li>Author: $Author: maroy $</li> <li>Author: $Author: maroy $</li>
<li>Version: $Revision: 1.2 $</li> <li>Version: $Revision: 1.3 $</li>
<li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/release.html,v $</li> <li>Location: $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/doc/release.html,v $</li>
</ul> </ul>
<h1>Scope</h1> <h1>Scope</h1>
@ -103,20 +103,31 @@ enabling later retrieval of this specific state.<br>
<h1>Publishing the tarballs</h1> <h1>Publishing the tarballs</h1>
To make the release available to the public, the created tarballs have To make the release available to the public, the created tarballs have
to be published. This is done by making the files accessible under the to be published. This is done by making the files accessible under the
URL <code>http://ls-demo.campware.org/download/</code> , which can be URL <code></code><code>http://livesupport.campware.org/look/campware/download/</code>
achieved by moving the files to the <code>/var/www/download/</code> . Currently, only MDLF support staff have access to publish into this
directory on the <code>ls-demo.campware.org</code> system. It is space, so after creating the tarballs, one should contact them
assumed that the person making the release has ssh access to this personally to publish the files.<br>
system and write access to this directory. The files can be published
by executing the following command:<br>
<br>
<pre><code>scp livesupport-&lt;ls-version&gt;.tar.bz2 livesupport-libraries-&lt;ls-version&gt;.tar.bz &lt;username&gt;@ls-demo.campware.org:/var/www/download</code><br></pre>
<br>
<h1>Announcing the release</h1> <h1>Announcing the release</h1>
For the public to be aware of the new release, it has to be announced. For the public to be aware of the new release, it has to be announced.
This is primarily done on the Campware site, but also on other This is primarily done on the Campware site, but also on other
meta-sites, like freshmeat.<br> meta-sites, like freshmeat. In particular, the following announcements
are made:<br>
<ul>
<li>Campware.org site.</li>
<li>Freshmeat.net.</li>
<li>Press releases/announcements go to:</li>
<ul>
<li>NewsForge (<a class="moz-txt-link-freetext"
href="http://www.newsforge.com/">http://www.newsforge.com</a>)</li>
<li> PRweb (<a class="moz-txt-link-freetext"
href="http://www.prweb.com/">http://www.prweb.com</a>)</li>
<li>MDLF's press person</li>
<li> LiveSupport developers' list, urging everyone to send it to
friends and contacts</li>
<li>Other Campware developers' lists on major releases</li>
<li> Other mailing lists and friendly/relevant organizations</li>
</ul>
</ul>
<br> <br>
<pre><code></code></pre>
</body> </body>
</html> </html>