Asset hosting on S3

From diaspora* project wiki
Revision as of 21:26, 25 June 2013 by Jonsger (talk | contribs) (Created page with "=== Diaspora Comes With Support For Amazon S3 Built In. === You can use Amazon S3 (Simple Storage Service) To Host Many Parts Of Your Pod. This includes the static assets tha...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Diaspora Comes With Support For Amazon S3 Built In.

You can use Amazon S3 (Simple Storage Service) To Host Many Parts Of Your Pod. This includes the static assets that are created using the assets:precompile rake task built into Diaspora, to do this Diaspora uses the asset-sync gem. You can also store user profile pictures on Amazon S3.

Storing Static Assets On Amazon S3.

Firstly, cd Into Your Diaspora Code Folder Using The Command Line. Then Run The Following Commands (For A NON Heroku Setup) Replacing 'xxxx' For The Piece Of Info From Your S3 Account:

export AWS_ACCESS_KEY_ID=xxxx   
export AWS_SECRET_ACCESS_KEY=xxxx
export FOG_DIRECTORY=xxxx