axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] [DoyenCD]


From: alfredo
Subject: [Axiom-developer] [DoyenCD]
Date: Wed, 04 Jan 2006 17:00:02 -0600

Changes http://wiki.axiom-developer.org/DoyenCD/diff
--

??changed:
-wget ftp://ftp.sylvan.com/pub/noweb/noweb-2.10a-1.i386.rpm
-
-wget ftp://ftp.sylvan.com/pub/noweb/Icon2-9.3.2-7.i386.rpm
wget http://alfredo.axiom-developer.org/redhatbuild/pkgs/noweb-2.8a-4.i386.rpm

wget http://alfredo.axiom-developer.org/redhatbuild/pkgs/Icon2-9.3.2-7.i386.rpm

??changed:
-rpm -ivh noweb-2.10a-1.i386.rpm
rpm -ivh noweb-2.8a-4.i386.rpm

??changed:
-wget 
ftp://rpmfind.net/linux/fedora/extras/3/i386/python-imaging-1.1.4-7.i386.rpm
-
-wget ftp://rpmfind.net/linux/fedora/extras/3/i386/zope-2.8.0-2.fc3.i386.rpm
-
-wget http://zwiki.org/releases/ZWiki-0.43.0.tgz
wget 
http://alfredo.axiom-developer.org/redhatbuild/pkgs/python-imaging-1.1.4-7.i386.rpm

wget 
http://alfredo.axiom-developer.org/redhatbuild/pkgs/zope-2.8.0-2.fc3.i386.rpm

??changed:
-Add Zwiki to Zope server.
Configure root user for access to the Zope server.

??changed:
-tar -xzf ZWiki-0.43.0.tgz -C /usr/lib/zope/lib/python/Products/
/usr/bin/zopectl adduser root address@hidden

??changed:
-Configure root user for Zwiki access.
\subsubsection{Axiom}

Download the Axiom software package from axiom.developer server.

??changed:
-/usr/bin/zopectl adduser root address@hidden
wget 
http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom-Feb2005-Fedora3-bin.tgz

tar -xzf axiom-Feb2005-Fedora3-bin.tgz -C /etc/

??changed:
-Test and deploy Zwiki server.
In order to use Axiom, you  must include Axiom in the user path. Open the Vi 
editor and edit the .bash\_profile file in the root directory and the doyen 
user home directory with the next set of changes. You can also copy the 
.bash\_profile provided in the appendix of this document into the /root and 
/home/doyen directories.

<<edit>>=

vi ~/.bash_profile
export AXIOM=/etc/axiom/mnt/fedora3
PATH=$PATH:$HOME/bin:$AXIOM/bin

@

Activate the changes to the current session.

<<edit>>=

source ~/.bash_profile

@

\subsubsection{LatexWiki}

Download the LatexWiki package from mcelrath.org webpage. LatexWiki is a patch 
to the ZWiki package that allows rendering of in-line Latex.

++added:
cd /tmp/pkgs

wget 
http://alfredo.axiom-developer.org/redhatbuild/pkgs/LocalFS-1.3-andreas.tar.gz

wget http://alfredo.axiom-developer.org/redhatbuild/pkgs/latexwiki.tar.gz

@

Unpack the LatexWiki distribution into the Zope installation's Products 
directory.

<<step>>=

tar -xzf LocalFS-1.3-andreas.tar.gz -C /usr/lib/zope/lib/python/Products/


tar -xzf latexwiki.tar.gz -C /usr/lib/zope/lib/python/Products/

@

Test and deploy Zope server.
                                                                                
<<step>>=
                                                                                

??changed:
-
                                                                                

??changed:
-\subsubsection{Axiom}
-
-Download the Axiom software package from axiom.developer server.
\subsubsection{Xorg file configuration}

Use Vi to properly configure the video support.

??changed:
-wget 
http://axiom.axiom-developer.org/axiom-website/DOWNLOADS/axiom-Feb2005-Fedora3.bin.tgz
-
-tar -xzf axiom-Feb2005-Fedora3.bin.tgz -C /etc/
vi /etc/X11/xorg.conf

??changed:
-In order to use Axiom, you  must include Axiom in the user path. Open the Vi 
editor and edit the .bash\_profile file in the root directory and the doyen 
user home directory with the next set of changes. You can also copy the 
.bash\_profile provided in the appendix of this document into the /root and 
/home/doyen directories.
For multiple video card support change the driver name for the video card 
indentifier. Set driver value to "vesa".

\subsubsection{Generic mouse configuration}

Place the moused script in the /etc/init.d directory

??changed:
-vi .bash_profile
-export AXIOM=/etc/axiom/mnt/fedora3
-append AXIOM to PATH:
-PATH=\$PATH:\$HOME/bin:\$AXIOM/bin
wget http://alfredo.axiom-developer.org/redhatbuild/pkgs/moused

cp moused /etc/init.d/

chmod 755 /etc/init.d/moused

??changed:
-Activate the changes to the current session.
Add the script to the run levels 3, 4, and 5.

??changed:
-source ~/.bashrc
-source ~/.bash_profile
ln -s /etc/init.d/moused /etc/rc3.d/S01moused

ln -s /etc/init.d/moused /etc/rc4.d/S01moused

ln -s /etc/init.d/moused /etc/rc5.d/S01moused

??changed:
-\subsubsection{LatexWiki}
-
-Download the LatexWiki package from mcelrath.org webpage. LatexWiki is a patch 
to the ZWiki package that allows rendering of in-line Latex.
\subsubsection{Build Live CD scritps}

Download the scripts necessary to build the CD from the Linux-Live webpage.

??changed:
-wget http://www.easyleading.org/Downloads/LocalFS-1.3-andreas.tar.gz
wget http://alfredo.axiom-developer.org/redhatbuild/pkgs/linux-live-5.1.8.tar.gz

??changed:
-Unpack the LatexWiki distribution into the Zope installation's Products 
directory.
Get the precompiled 2.6.13.2 kernel with SquashFS and UnionFS module support.

??changed:
-tar -xvf LocalFS-1.3-andreas.tar.gz -C /usr/lib/zope/lib/python/Products/
wget 
http://alfredo.axiom-developer.org/redhatbuild/pkgs/linux-kernel-2.6.13.2-i486-4.tgz

tar -xzf linux-kernel-2.6.13.2-i486-4.tgz -C /

tar -xzf linux-live-5.1.8.tar.gz -C /tmp

??changed:
-Download and install darcs
Edit the config file and make these changes: Change KERNEL name to 
KERNEL="2.6.113.2". Save and close the config file.

<<edit>>=

cd /tmp/linux-live-5.1.8/

vi config

@

Create module dependecies for newly installed kernel.

??changed:
-wget 
http://download.fedora.redhat.com/pub/fedora/linux/extras/3/i386/darcs-1.0.3-2.fc3.i386.rpm
-
-rpm -ivh darcs-1.0.3-2.fc3.i386.rpm
depmod -b / 2.6.13.2

++added:
\subsubsection{Clean Up and ISO creation and burnning}

Finally, proceed to delete temporary files created by the package installation 
process to reduce the size of the CD to be created. Then, run the runme.sh 
script that will create the ISO image.


??changed:
-darcs get http://bob.mcelrath.org/darcs/latexwiki
rm -rf /tmp/pkgs
rm -rf /var/cache/yum/base/packages/*
rm -rf /var/cache/yum/updates-released/packages/*

??changed:
-\subsubsection{Xorg file configuration}
-
-Use Vi to properly configure the video support.
Run the runme.sh script, which will create the distribution iso.

??changed:
-vi /etc/X11/xorg.conf
sh runme.sh

--removed:
-For multiple video card support change the driver name for the video card 
indentifier. Set driver value to "vesa".
-
-\subsubsection{Generic mouse configuration}
-
-Create the moused file that is in the appendix or copy the one generated for 
you by this document and place in the /etc/init.d directory:
-Add the script to the run levels 3, 4, and 5.
-
-<<step>>=
-
-ln -s /etc/init.d/moused /etc/rc3.d/S01moused
-
-ln -s /etc/init.d/moused /etc/rc4.d/S01moused
-
-ln -s /etc/init.d/moused /etc/rc5.d/S01moused
-
-ln -s /etc/init.d/moused /etc/rc6.d/K01moused
-
-ln -s /etc/init.d/moused /etc/rc0.d/K01moused
-
-[63 more lines...]

??changed:
-notangle=/usr/bin/notangle
-noweave=/usr/bin/noweave
notangle=/usr/local/bin/notangle
noweave=/usr/local/bin/noweave

--
forwarded from http://wiki.axiom-developer.org/address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]