From: Paul Betts Date: Tue, 24 May 2016 02:22:59 +0000 (-0700) Subject: Add notes on S3 directory structure X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=153a7f19aed4fac2507d82eb9e816692e622b8f9;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Add notes on S3 directory structure --- diff --git a/docs/development/custom-fork-guide.md b/docs/development/custom-fork-guide.md index fd772f2..f6e725b 100644 --- a/docs/development/custom-fork-guide.md +++ b/docs/development/custom-fork-guide.md @@ -9,6 +9,15 @@ If you're still convinced, press on to... ## How to create a full custom release for Electron with surf-build 1. Install [Surf](https://github.com/surf-build/surf), via npm: `npm install -g surf-build@latest` + +1. Create a new S3 bucket and create the following empty directory structure: + +``` +- atom-shell + - symbols + - dist +``` + 1. Set the following Environment Variables: * `ATOM_SHELL_GITHUB_TOKEN` - a token that can create releases on GitHub