<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="https://wiki.oxwall.com/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://wiki.oxwall.com/feed.php">
        <title>Oxwall Software Documentation install:cloud_hosting</title>
        <description></description>
        <link>https://wiki.oxwall.com/</link>
        <image rdf:resource="https://wiki.oxwall.com/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-04-17T14:29:01+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.oxwall.com/install:cloud_hosting:amazons3"/>
                <rdf:li rdf:resource="https://wiki.oxwall.com/install:cloud_hosting:rackspace_cloud"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.oxwall.com/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Oxwall Software Documentation</title>
        <link>https://wiki.oxwall.com/</link>
        <url>https://wiki.oxwall.com/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.oxwall.com/install:cloud_hosting:amazons3">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-24T11:13:46+00:00</dc:date>
        <title>Configure Oxwall to work with Amazon S3</title>
        <link>https://wiki.oxwall.com/install:cloud_hosting:amazons3</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;configure-oxwall-to-work-with-amazon-s3&quot;&gt;Configure Oxwall to work with Amazon S3&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Amazon Web Services Simple Storage Service (S3) is the service allowing you to store files on the Amazon company&amp;#039;s servers, and to just forget about traffic load issues. The data storage volumes are unlimited, which means that you won&amp;#039;t be asked to leave the service even if you store thousands of terrabytes of data. 
&lt;/p&gt;

&lt;p&gt;
What does it take for Oxwall to start working with Amazon S3?
&lt;/p&gt;
&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Create an account on &lt;a href=&quot;http://aws.amazon.com/s3/&quot; class=&quot;urlextern&quot; title=&quot;http://aws.amazon.com/s3/&quot;  rel=&quot;nofollow&quot;&gt;http://aws.amazon.com/s3/&lt;/a&gt;. The following video explains that in details: &lt;a href=&quot;http://www.youtube.com/watch?v=ZvigljxXqsk&quot; class=&quot;urlextern&quot; title=&quot;http://www.youtube.com/watch?v=ZvigljxXqsk&quot;  rel=&quot;nofollow&quot;&gt;http://www.youtube.com/watch?v=ZvigljxXqsk&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Create a bucket and set the reading permissions for all users&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;sup&gt;&lt;a href=&quot;#fn__1&quot; id=&quot;fnt__1&quot; class=&quot;fn_top&quot;&gt;1)&lt;/a&gt;&lt;/sup&gt; Copy the ow_userfiles folder to the bucket you&amp;#039;ve created ( &lt;em&gt;bucket_name/ow_userfiles&lt;/em&gt; ) and set the &lt;strong&gt;reading permissions&lt;/strong&gt; for all users&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Now open the &lt;em&gt;ow_includes/config.php&lt;/em&gt; file and insert the following code at the end:&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
&lt;pre class=&quot;code php&quot;&gt;&lt;a href=&quot;http://www.php.net/define&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;define&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;'OW_USE_AMAZON_S3_CLOUDFILES'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;kw4&quot;&gt;true&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;            &lt;span class=&quot;co1&quot;&gt;// whether or not to use AMAZON S3&lt;/span&gt;
&lt;a href=&quot;http://www.php.net/define&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;define&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;'OW_AMAZON_S3_ACCESS_KEY'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;st_h&quot;&gt;'{your_access_key}'&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt; &lt;span class=&quot;co1&quot;&gt;// access key&lt;/span&gt;
&lt;a href=&quot;http://www.php.net/define&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;define&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;'OW_AMAZON_S3_SECRET_KEY'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;st_h&quot;&gt;'{your_secret_key}'&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt; &lt;span class=&quot;co1&quot;&gt;// secret key&lt;/span&gt;
&lt;a href=&quot;http://www.php.net/define&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;define&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;'OW_AMAZON_S3_BUCKET_NAME'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;st_h&quot;&gt;'{bucket_name}'&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;    &lt;span class=&quot;co1&quot;&gt;// the name of the bucket for recording data&lt;/span&gt;
&lt;a href=&quot;http://www.php.net/define&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;define&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;'OW_AMAZON_S3_BUCKET_URL'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;st_h&quot;&gt;'{bucket_url}'&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;      &lt;span class=&quot;co1&quot;&gt;// url of the bucket for recording data (for example, http://test.s3.amazonaws.com/)&lt;/span&gt;&lt;/pre&gt;

Congrats! Now your site works on clouds!
&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__1&quot; id=&quot;fn__1&quot; class=&quot;fn_bot&quot;&gt;1)&lt;/a&gt;&lt;/sup&gt; 
Copying is required only if there is content on your website&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
    <item rdf:about="https://wiki.oxwall.com/install:cloud_hosting:rackspace_cloud">
        <dc:format>text/html</dc:format>
        <dc:date>2012-10-24T11:13:58+00:00</dc:date>
        <title>Configure Oxwall to work with RackSpace Cloud Files</title>
        <link>https://wiki.oxwall.com/install:cloud_hosting:rackspace_cloud</link>
        <description>
&lt;h1 class=&quot;sectionedit1&quot; id=&quot;configure-oxwall-to-work-with-rackspace-cloud-files&quot;&gt;Configure Oxwall to work with RackSpace Cloud Files&lt;/h1&gt;
&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
What is Cloud Files? Cloud Files is a cost-effective, internet-based, redundant, object-based storage offering from Rackspace. Cloud Files allows users to store/retrieve files via a simple Web Service (REST: Representational State Transfer) &lt;abbr title=&quot;Application Programming Interface&quot;&gt;API&lt;/abbr&gt;, The Rackspace Cloud Control Panel or the MyRackspace® customer portal. Files can range in size from a few bytes up to extremely large and your storage grows or shrinks based on your usage. Add as much or as little as you want without worrying about over-buying/under-utilizing or running out of space. With Cloud Files, you pay for what you use and how much you use is up to you.
&lt;/p&gt;
&lt;ol&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Create a container and make it public. The following video explains that in details: &lt;a href=&quot;http://www.youtube.com/watch?v=azzCDqdd6dk&quot; class=&quot;urlextern&quot; title=&quot;http://www.youtube.com/watch?v=azzCDqdd6dk&quot;  rel=&quot;nofollow&quot;&gt;http://www.youtube.com/watch?v=azzCDqdd6dk&lt;/a&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; &lt;sup&gt;&lt;a href=&quot;#fn__1&quot; id=&quot;fnt__1&quot; class=&quot;fn_top&quot;&gt;1)&lt;/a&gt;&lt;/sup&gt; Copy the ow_userfiles folder to the container you&amp;#039;ve created&lt;/div&gt;
&lt;/li&gt;
&lt;li class=&quot;level1&quot;&gt;&lt;div class=&quot;li&quot;&gt; Now open the &lt;em&gt;ow_includes/config.php&lt;/em&gt; file and insert the following code at the end:&lt;/div&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;
&lt;pre class=&quot;code php&quot;&gt;&lt;a href=&quot;http://www.php.net/define&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;define&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;'OW_USE_CLOUDFILES'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;kw4&quot;&gt;true&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;                     &lt;span class=&quot;co1&quot;&gt;// whether or not to use Rackspace cloud files &lt;/span&gt;
&lt;a href=&quot;http://www.php.net/define&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;define&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;'OW_CLOUDFILES_USER'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;st_h&quot;&gt;'{username}'&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;            &lt;span class=&quot;co1&quot;&gt;// username&lt;/span&gt;
&lt;a href=&quot;http://www.php.net/define&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;define&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;'OW_CLOUDFILES_API_KEY'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;st_h&quot;&gt;'{api-key}'&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt;          &lt;span class=&quot;co1&quot;&gt;// api-key&lt;/span&gt;
&lt;a href=&quot;http://www.php.net/define&quot;&gt;&lt;span class=&quot;kw3&quot;&gt;define&lt;/span&gt;&lt;/a&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#40;&lt;/span&gt;&lt;span class=&quot;st_h&quot;&gt;'OW_CLOUDFILES_CONTAINER'&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;,&lt;/span&gt; &lt;span class=&quot;st_h&quot;&gt;'{container_name}'&lt;/span&gt;&lt;span class=&quot;br0&quot;&gt;&amp;#41;&lt;/span&gt;&lt;span class=&quot;sy0&quot;&gt;;&lt;/span&gt; &lt;span class=&quot;co1&quot;&gt;// the name of the container you created on step 1)&lt;/span&gt;&lt;/pre&gt;

&lt;/p&gt;

&lt;p&gt;
Congrats! Now your site works on clouds!
&lt;br/&gt;

&lt;br/&gt;

&lt;/p&gt;

&lt;/div&gt;
&lt;div class=&quot;footnotes&quot;&gt;
&lt;div class=&quot;fn&quot;&gt;&lt;sup&gt;&lt;a href=&quot;#fnt__1&quot; id=&quot;fn__1&quot; class=&quot;fn_bot&quot;&gt;1)&lt;/a&gt;&lt;/sup&gt; 
Copying is required only if there is content on your website&lt;/div&gt;
&lt;/div&gt;
</description>
    </item>
</rdf:RDF>
