Skip to content

Commit 54d4b6c

Browse files
author
Scisco
committed
Added S3 help to readme
1 parent 3df8dcf commit 54d4b6c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,19 @@ To kill or restart the background job:
112112

113113
## Publishing content
114114

115+
### S3
116+
117+
To publish the site on Amazon S3, you need to install S3cmd. On Ubuntu run:
118+
119+
$: sudo apt-get install s3cmd
120+
$: s3cmd --configure
121+
122+
For more information [read this](http://xmodulo.com/2013/06/how-to-access-amazon-s3-cloud-storage-from-command-line-in-linux.html).
123+
124+
`scripts/publish-s3.sh` does the rest of the job for you. Just make sure to add your bucket name there.
125+
126+
### More details on build.sh
127+
115128
The stock `build.sh` copies rendered site files to subdirectories under a web server's `www` root directory. For instance, use this script and NGINX with the following configuration file to serve static content behind HTTP basic authentication:
116129

117130
```

0 commit comments

Comments
 (0)