<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://nd.psychstat.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://nd.psychstat.org/feed.php">
        <title>@ND - lab:projects:16websem:stepbystep</title>
        <description></description>
        <link>https://nd.psychstat.org/</link>
        <image rdf:resource="https://nd.psychstat.org/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-05-08T22:49:48+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://nd.psychstat.org/lab/projects/16websem/stepbystep/index"/>
                <rdf:li rdf:resource="https://nd.psychstat.org/lab/projects/16websem/stepbystep/set_up_the_server"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://nd.psychstat.org/_media/wiki/dokuwiki.svg">
        <title>@ND</title>
        <link>https://nd.psychstat.org/</link>
        <url>https://nd.psychstat.org/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://nd.psychstat.org/lab/projects/16websem/stepbystep/index">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-24T14:48:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>index</title>
        <link>https://nd.psychstat.org/lab/projects/16websem/stepbystep/index</link>
        <description>Step by Step Setup

	*  Set up the server
	*  Copy files</description>
    </item>
    <item rdf:about="https://nd.psychstat.org/lab/projects/16websem/stepbystep/set_up_the_server">
        <dc:format>text/html</dc:format>
        <dc:date>2016-01-24T14:48:26+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>set_up_the_server</title>
        <link>https://nd.psychstat.org/lab/projects/16websem/stepbystep/set_up_the_server</link>
        <description>Setup a server

	*  Any server that supports PHP and MySQL can be used.
	*  LAMP on Ubuntu is used here.
	*  Create a domain file with the following content 

&lt;VirtualHost *:80&gt;
ServerAdmin psychstat@gmail.com
ServerName software.psychstat.org
DocumentRoot /www/psychstat/software.psychstat.org
&lt;Directory /&gt;
Options FollowSymLinks
AllowOverride All
&lt;/Directory&gt;

&lt;LocationMatch &quot;^/analysis/.*&gt;
Options +Indexes
DAV On
AuthType Basic
AuthName &quot;WebStats DAV server&quot;
AuthBasicAuthoritative off
AuthUser…</description>
    </item>
</rdf:RDF>
