Posts

Showing posts from October, 2015

Oxwall and OpenShift

Amazon Web Services Simple Storage Service (S3) is  the  service allowing you to store files  on   the  Amazon company's servers, and to just forget about traffic load issues.  The  data storage volumes are unlimited, which means that you won't be asked to leave  the  service even if you store thousands of terrabytes of data. What does it take for  Oxwall  to start working with Amazon S3? Create an account  on   http://aws.amazon.com/s3/ .  The  following video explains that in details:  http://www.youtube.com/watch?v=ZvigljxXqsk Create a bucket and set  the  reading permissions for all users Copy  the  ow_userfiles folder to  the  bucket you've created (  bucket_name/ow_userfiles  ) and set  the   reading permissions  for all users Now open  the   ow_includes/config.php  file and insert  the  following code at  the  end: define ( 'OW_USE_AMAZON_S3_CLOUDFILES' , true ) ;             // whether or not to use AMAZON S3 define ( 'OW_AMAZON_S3