You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We’re eager to work with you, our user community to improve these materials and develop new ones. Please check out our CONTRIBUTING guide for more information on getting started.
The corner badge of an Octocat is from tholman.com
Packaging for Viewing Behind Your Firewall
If you'd like to have a copy of the files to be served from a web server inside of your firewall, start by running script/package.
Run script/package to create a release tarball. This will be in the format release-XXXXXXX.tgz for you to take wherever you want.
To test this looks okay, create some folders mkdir -p test_site/kit.
Untar the release, tar -xzf release-XXXXXXX.tgz -C test_site/kit.
Switch into the test_site directory, cd test_site.
View the site with python -m SimpleHTTPServer. Note: Some servers are obviously more advanced than others and can handle redirects, smart recognition of .html files, etc
Licenses
Site content is licensed under CC-BY-4.0. CC-BY-4.0 gives you permission to use content for almost any purpose but does not grant you any trademark permissions, so long as you note the license and give credit, such as follows:
Code used to build and test the site as well as code samples on the site, if any, are licensed under CC0-1.0. CC0 waives all copyright restrictions but does not grant you any trademark permissions.
This means you can use the content and code in this repository except for GitHub trademarks in your own projects.
When you contribute to this repository you are doing so under the above licenses.