-
Notifications
You must be signed in to change notification settings - Fork 149
InstallContent
Jason Fesler edited this page Apr 6, 2014
·
3 revisions
Most of the logic for falling-sky is in the client-side JavaScript code.
This code is pretty much the same for all mirror sites. Any dynamic
configuration is maintained by you, in a separate config file
(/site/config.js
and /site/private.js
).
Because the mirror content is (now) designed to be mirrored and identical across sites, the content is now in its own package.
rsync is the preferred method. See DownloadOptions for a full list of other options.
rsync -av [email protected]:stable/content/. /path/to/test-ipv6.example.com/. --delete --exclude site
If you use rsync, and you want to automate keeping it current, you can do this in a cron job:
% crontab -e
..
# Update the mirror site every hour, at 30 minutes past the hour.
# Please pick any number besides 30 - spread the load out on the master server.
30 * * * * rsync [email protected]:stable/content/. /path/to/test-ipv6.example.com/. --exclude site -a -q --delete
- Install - Installation Outline
- SSL-and-HTTP-2-plans
- Developers
- Community
- New Mirrors
- Working notes