Difference between revisions of "Editing the Einstein Toolkit website"
(→Overview) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
==== Overview ==== | ==== Overview ==== | ||
− | The Einstein Toolkit website is at https://einsteintoolkit.org. The source is hosted in a | + | The Einstein Toolkit website is at https://einsteintoolkit.org. The source is hosted in a BitBucket Git repository at https://bitbucket.org/einsteintoolkit/www. |
− | To | + | To contribute, you can either fork the repository on BitBucket and open a pull request, or ask maintainers@einsteintoolkit.org for write access via your BitBucket account. |
− | + | Changes pushed to the master branch appear after a few seconds on the website. | |
− | + | For example, if you have write access, | |
− | + | git clone https://bitbucket.org/einsteintoolkit/www.git | |
− | + | Edit and test the website cloned into www, then commit and push. | |
− | + | git commit -a | |
− | + | git push | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Latest revision as of 15:49, 20 November 2017
Overview
The Einstein Toolkit website is at https://einsteintoolkit.org. The source is hosted in a BitBucket Git repository at https://bitbucket.org/einsteintoolkit/www.
To contribute, you can either fork the repository on BitBucket and open a pull request, or ask maintainers@einsteintoolkit.org for write access via your BitBucket account.
Changes pushed to the master branch appear after a few seconds on the website.
For example, if you have write access,
git clone https://bitbucket.org/einsteintoolkit/www.git
Edit and test the website cloned into www, then commit and push.
git commit -a git push