<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://tools.usyvl.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Configure_CentOS_Server</id>
	<title>Configure CentOS Server - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://tools.usyvl.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Configure_CentOS_Server"/>
	<link rel="alternate" type="text/html" href="https://tools.usyvl.org/wiki/index.php?title=Configure_CentOS_Server&amp;action=history"/>
	<updated>2026-05-14T12:54:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.3</generator>
	<entry>
		<id>https://tools.usyvl.org/wiki/index.php?title=Configure_CentOS_Server&amp;diff=45&amp;oldid=prev</id>
		<title>Aaron: 1 revision imported: Hopefully full import</title>
		<link rel="alternate" type="text/html" href="https://tools.usyvl.org/wiki/index.php?title=Configure_CentOS_Server&amp;diff=45&amp;oldid=prev"/>
		<updated>2023-06-21T00:25:40Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported: Hopefully full import&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 00:25, 21 June 2023&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Aaron</name></author>
	</entry>
	<entry>
		<id>https://tools.usyvl.org/wiki/index.php?title=Configure_CentOS_Server&amp;diff=44&amp;oldid=prev</id>
		<title>Aaron: /* Testing HTTP via Tunnel */</title>
		<link rel="alternate" type="text/html" href="https://tools.usyvl.org/wiki/index.php?title=Configure_CentOS_Server&amp;diff=44&amp;oldid=prev"/>
		<updated>2013-05-19T00:40:20Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Testing HTTP via Tunnel&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:General]]&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
===2012-08===&lt;br /&gt;
Getting a local CentOS server configured for the USYVL utilities.&lt;br /&gt;
&lt;br /&gt;
==2012-09==&lt;br /&gt;
Cas repurposes an older box and installs CentOS.&lt;br /&gt;
&lt;br /&gt;
Aaron locks down remote access using iptables.&lt;br /&gt;
Iyum nstalls the various yum packages needed for &lt;br /&gt;
web services:&lt;br /&gt;
 yum -y install http php php-gd php-mbstring php-xml php-pdo&lt;br /&gt;
 chkconfig --levels 235 httpd on&lt;br /&gt;
&lt;br /&gt;
===Git install config===&lt;br /&gt;
 yum -y install git&lt;br /&gt;
 git config --global user.name &amp;quot;Aaron Martin&amp;quot;&lt;br /&gt;
 git config --global user.email aaron@eri.ucsb.edu&lt;br /&gt;
 git config --global color.ui true&lt;br /&gt;
&lt;br /&gt;
===Install USYVL code===&lt;br /&gt;
 u=/var/www/html&lt;br /&gt;
 vi /etc/resolv.conf    # modify search line to include eri.ucsb.edu&lt;br /&gt;
 cd /usr/local/lib&lt;br /&gt;
 git clone root@repo:/home/git/repos/phplib.git site-php&lt;br /&gt;
 cd $u&lt;br /&gt;
 scp aaron@fablio-mpro:Sites/sites/usyvl/Index.php .&lt;br /&gt;
 scp aaron@fablio-mpro:Sites/sites/usyvl/usyvllogo.jpg .&lt;br /&gt;
&lt;br /&gt;
 # pull over scheduling and workflow to start&lt;br /&gt;
 git clone aaron@fablio-mpro:Sites/sites/usyvl/scheduling.git scheduling&lt;br /&gt;
 git clone aaron@fablio-mpro:Sites/sites/usyvl/workflow.git workflow&lt;br /&gt;
&lt;br /&gt;
The basic websites exist now, but we need to setup local structures and dbs.  Should likely &lt;br /&gt;
provide a default access.db for a clean install...&lt;br /&gt;
 cd $u/workflow&lt;br /&gt;
 rsync -av aaron@fablio-mpro:Sites/sites/usyvl/workflow/io .&lt;br /&gt;
 bin/fixperms&lt;br /&gt;
 cd $u/scheduling&lt;br /&gt;
 rsync -av aaron@fablio-mpro:Sites/sites/usyvl/scheduling/io-data .  # get some basic data/sample data&lt;br /&gt;
 bin/fixperms&lt;br /&gt;
&lt;br /&gt;
===Testing HTTP via Tunnel===&lt;br /&gt;
 # run the following on your local system  and then pull up http://localhost:8080&lt;br /&gt;
 ssh -N  root@66.80.56.210 -L 8080:localhost:80&lt;/div&gt;</summary>
		<author><name>Aaron</name></author>
	</entry>
</feed>