Last active
February 22, 2025 11:02
-
-
Save martijnvermaat/6926070 to your computer and use it in GitHub Desktop.
Revisions
-
martijnvermaat revised this gist
Jul 23, 2016 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 8.10. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `8-10-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`8-10-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-10-stable-blob-ipython-notebook) branch (instead of `8-10-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/8.9-to-8.10.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 8-10-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Jun 23, 2016 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 8.9. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `8-9-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`8-9-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-9-stable-blob-ipython-notebook) branch (instead of `8-9-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/8.8-to-8.9.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 8-9-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
May 30, 2016 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 8.8. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `8-8-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`8-8-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-8-stable-blob-ipython-notebook) branch (instead of `8-8-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/8.7-to-8.8.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 8-8-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Apr 26, 2016 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 8.7. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `8-7-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`8-7-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-7-stable-blob-ipython-notebook) branch (instead of `8-7-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/8.6-to-8.7.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 8-7-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Mar 29, 2016 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 8.6. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `8-6-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`8-6-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-6-stable-blob-ipython-notebook) branch (instead of `8-6-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/8.5-to-8.6.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 8-6-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Feb 22, 2016 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 8.5. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `8-5-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`8-5-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-5-stable-blob-ipython-notebook) branch (instead of `8-5-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/8.4-to-8.5.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 8-5-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Feb 14, 2016 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 8.4. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `8-4-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`8-4-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-4-stable-blob-ipython-notebook) branch (instead of `8-4-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/8.3-to-8.4.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 8-4-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Dec 28, 2015 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 8.3. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `8-3-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`8-3-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-3-stable-blob-ipython-notebook) branch (instead of `8-3-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/8.2-to-8.3.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 8-3-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Nov 23, 2015 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 8.2. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `8-2-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`8-2-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-2-stable-blob-ipython-notebook) branch (instead of `8-2-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/8.1-to-8.2.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 8-2-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Oct 26, 2015 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 8.1. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `8-1-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`8-1-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-1-stable-blob-ipython-notebook) branch (instead of `8-1-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/8.0-to-8.1.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 8-1-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Sep 23, 2015 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 8.0. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `8-0-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`8-0-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-0-stable-blob-ipython-notebook) branch (instead of `8-0-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/7.14-to-8.0.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 8-0-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Aug 3, 2015 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 7.13. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `7-13-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`7-13-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-13-stable-blob-ipython-notebook) branch (instead of `7-13-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/7.12-to-7.13.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 7-13-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
May 30, 2015 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -33,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 7.11. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `7-11-stable` below. ### New GitLab installation @@ -49,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`7-11-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-11-stable-blob-ipython-notebook) branch (instead of `7-11-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/7.10-to-7.11.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 7-11-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Apr 25, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This is a *Quick Hack (tm)*: * It is slow * It probably has some security issue If you run this on a public production server, **your cat might get electrocuted**. Other than that, it should be fine (not the cat). Requirements -
martijnvermaat revised this gist
Apr 25, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ This is a *Quick Hack (tm)*: * It is slow * It probably has some security issue If you run this on a public production server, **your cat might get electrocuted**. Other than that, it (not the cat) should be fine. Requirements -
martijnvermaat revised this gist
Apr 25, 2015 . 1 changed file with 9 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -9,16 +9,15 @@ otherwise. The patch described here adds support to GitLab for rendering [IPython notebooks](http://ipython.org/notebook.html) (.ipynb files). Obligatory warning ------------------ This is a *Quick Hack (tm)*: * It is slow * It probably has some security issue If you run this on a public production server, **your cat might get electocuted**. Other than that, it (not the cat) should be fine. Requirements @@ -34,9 +33,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 7.10. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `7-10-stable` below. ### New GitLab installation @@ -50,20 +49,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`7-10-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-10-stable-blob-ipython-notebook) branch (instead of `7-10-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/7.9-to-7.10.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 7-10-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Feb 24, 2015 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -34,9 +34,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 7.8. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `7-8-stable` below. ### New GitLab installation @@ -50,20 +50,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`7-8-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-8-stable-blob-ipython-notebook) branch (instead of `7-8-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/7.7-to-7.8.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 7-8-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Jan 23, 2015 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -34,9 +34,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 7.7. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `7-7-stable` below. ### New GitLab installation @@ -50,20 +50,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`7-7-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-7-stable-blob-ipython-notebook) branch (instead of `7-7-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/7.6-to-7.7.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 7-7-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Nov 24, 2014 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -34,9 +34,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 7.5. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `7-5-stable` below. ### New GitLab installation @@ -50,20 +50,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`7-5-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-5-stable-blob-ipython-notebook) branch (instead of `7-5-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/7.4-to-7.5.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 7-5-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Oct 27, 2014 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -34,9 +34,9 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 7.4. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `7-4-stable` below. ### New GitLab installation @@ -50,20 +50,20 @@ with the following changes: (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`7-4-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-4-stable-blob-ipython-notebook) branch (instead of `7-4-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/7.3-to-7.4.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 7-4-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Oct 1, 2014 . 3 changed files with 54 additions and 14 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,12 @@ Viewing IPython notebooks in GitLab =================================== [GitLab](http://gitlab.org/) is open source software to collaborate on code (a GitHub clone to run on your own server). Clicking a blob (a file in a repository) in GitLab shows a nice rendering if GitLab supports the file type (e.g., images, Markdown documents), or its content as plain text otherwise. The patch described here adds support to GitLab for rendering [IPython notebooks](http://ipython.org/notebook.html) (.ipynb files). Don't use this @@ -22,49 +27,84 @@ Requirements On the GitLab server: * [Pandoc](http://johnmacfarlane.net/pandoc/) - `apt-get install pandoc` * [IPython](http://ipython.org/) (>= 1.0) and [Jinja2](http://jinja.pocoo.org/docs) - `pip install ipython jinja2` Installation ------------ **Note:** The following instructions are for GitLab 7.3. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `7-3-stable` below. ### New GitLab installation Install GitLab [as you normally would](https://github.com/gitlabhq/gitlabhq#installation) with the following changes: * Clone the GitLab source code from [https://github.com/martijnvermaat/gitlabhq.git](https://github.com/martijnvermaat/gitlabhq.git) (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`7-3-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-3-stable-blob-ipython-notebook) branch (instead of `7-3-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/7.2-to-7.3.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 7-3-stable-blob-ipython-notebook ### For developers and Aerosmith Alternatively, if you know what you're doing or like living on the edge, use branch [`blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/blob-ipython-notebook), which is based on `master`. You probably want to rebase on upstream `master` in that case too. Configuration ------------- If needed, all can be disabled by setting `ipython_notebook.render` to `false` in `config/gitlab.yml`. In the same file, you can specify a custom command for converting notebook files with `ipython_notebook.nbconvert`. This command should accept an IPython notebook file as its first argument and write an HTML representation to standard output. Implementation -------------- The obvious implementation would be to link to or embed the [IPython Notebook Viewer](http://nbviewer.ipython.org/). However, GitLab is often used for private repositories where we obviously cannot share the content with a public service. So this is an alternate implementation, where the notebook file is converted to HTML on the fly by the IPython `nbconvert` tool. The rendered notebook is returned verbatim to the browser and subject to the regular GitLab authentication rules. Rendered notebooks are not cached. A previous implementation embedded the rendered notebook in the GitLab page as an IFrame using a [data URI](https://en.wikipedia.org/wiki/Data_URI_scheme). Since this approach had some technical limitations and exposed some browser bugs with more complex notebooks, the current implementation renders the notebook outside the GitLab interface. The IFrame approach can still be found in branch [`blob-ipython-notebook-iframe`](https://github.com/martijnvermaat/gitlabhq/tree/blob-ipython-notebook-iframe) (based on `master` shortly after the release of GitLab 7.3.2). LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed.LoadingSorry, something went wrong. Reload?Sorry, we cannot display this file.Sorry, this file is invalid so it cannot be displayed. -
martijnvermaat revised this gist
Jul 28, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,25 +28,25 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 7.1. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `7-1-stable` below. ### New GitLab installation Install GitLab [as you normally would](https://github.com/gitlabhq/gitlabhq#installation) with the following changes: * Clone the GitLab source code from [https://github.com/martijnvermaat/gitlabhq.git](https://github.com/martijnvermaat/gitlabhq.git) (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`7-1-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-1-stable-blob-ipython-notebook) branch (instead of `7-1-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/7.0-to-7.1.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 7-1-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Jun 25, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,25 +28,25 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 7.0. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `7-0-stable` below. ### New GitLab installation Install GitLab [as you normally would](https://github.com/gitlabhq/gitlabhq#installation) with the following changes: * Clone the GitLab source code from [https://github.com/martijnvermaat/gitlabhq.git](https://github.com/martijnvermaat/gitlabhq.git) (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`7-0-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-0-stable-blob-ipython-notebook) branch (instead of `7-0-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/6.9-to-7.0.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 7-0-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Jun 10, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,25 +28,25 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 6.9. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `6-9-stable` below. ### New GitLab installation Install GitLab [as you normally would](https://github.com/gitlabhq/gitlabhq#installation) with the following changes: * Clone the GitLab source code from [https://github.com/martijnvermaat/gitlabhq.git](https://github.com/martijnvermaat/gitlabhq.git) (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`6-9-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-9-stable-blob-ipython-notebook) branch (instead of `6-9-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/6.8-to-6.9.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 6-9-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Apr 25, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,25 +28,25 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 6.8. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `6-8-stable` below. ### New GitLab installation Install GitLab [as you normally would](https://github.com/gitlabhq/gitlabhq#installation) with the following changes: * Clone the GitLab source code from [https://github.com/martijnvermaat/gitlabhq.git](https://github.com/martijnvermaat/gitlabhq.git) (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`6-8-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-8-stable-blob-ipython-notebook) branch (instead of `6-8-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/6.7-to-6.8.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 6-8-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Feb 24, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,25 +28,25 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 6.6. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `6-6-stable` below. ### New GitLab installation Install GitLab [as you normally would](https://github.com/gitlabhq/gitlabhq#installation) with the following changes: * Clone the GitLab source code from [https://github.com/martijnvermaat/gitlabhq.git](https://github.com/martijnvermaat/gitlabhq.git) (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`6-6-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-6-stable-blob-ipython-notebook) branch (instead of `6-6-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/6.5-to-6.6.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 6-6-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Jan 23, 2014 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,25 +28,25 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 6.5. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `6-5-stable` below. ### New GitLab installation Install GitLab [as you normally would](https://github.com/gitlabhq/gitlabhq#installation) with the following changes: * Clone the GitLab source code from [https://github.com/martijnvermaat/gitlabhq.git](https://github.com/martijnvermaat/gitlabhq.git) (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`6-5-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-5-stable-blob-ipython-notebook) branch (instead of `6-5-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/6.4-to-6.5.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 6-5-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Nov 25, 2013 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,25 +28,25 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 6.3. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `6-3-stable` below. ### New GitLab installation Install GitLab [as you normally would](https://github.com/gitlabhq/gitlabhq#installation) with the following changes: * Clone the GitLab source code from [https://github.com/martijnvermaat/gitlabhq.git](https://github.com/martijnvermaat/gitlabhq.git) (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`6-3-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-3-stable-blob-ipython-notebook) branch (instead of `6-3-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/6.2-to-6.3.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 6-3-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Oct 22, 2013 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -28,25 +28,25 @@ On the GitLab server: Installation ------------ **Note:** The following instructions are for GitLab 6.2. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `6-2-stable` below. ### New GitLab installation Install GitLab [as you normally would](https://github.com/gitlabhq/gitlabhq#installation) with the following changes: * Clone the GitLab source code from [https://github.com/martijnvermaat/gitlabhq.git](https://github.com/martijnvermaat/gitlabhq.git) (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`6-2-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-2-stable-blob-ipython-notebook) branch (instead of `6-2-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/6.1-to-6.2.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 6-2-stable-blob-ipython-notebook ### For developers and Aerosmith -
martijnvermaat revised this gist
Oct 11, 2013 . 1 changed file with 11 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -30,19 +30,28 @@ Installation **Note:** The following instructions are for GitLab 6.1. Whenever a new version comes out, I'll try to have a branch ready for that version so you can just substitute the current version for `6-1-stable` below. ### New GitLab installation Install GitLab [as you normally would](https://github.com/gitlabhq/gitlabhq#installation) with the following changes: * Clone the GitLab source code from [https://github.com/martijnvermaat/gitlabhq.git](https://github.com/martijnvermaat/gitlabhq.git) (instead of [https://github.com/gitlabhq/gitlabhq.git](https://github.com/gitlabhq/gitlabhq.git)) * Checkout the [`6-1-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-1-stable-blob-ipython-notebook) branch (instead of `6-1-stable`) ### Existing GitLab installation If you already have a GitLab installation running, follow the usual [update guide](https://github.com/gitlabhq/gitlabhq/blob/master/doc/update/6.0-to-6.1.md) with the following commands instead of the *Get latest code* step: cd /home/git/gitlab sudo -u git -H git remote add martijnvermaat https://github.com/martijnvermaat/gitlabhq.git sudo -u git -H git fetch martijnvermaat sudo -u git -H git checkout 6-1-stable-blob-ipython-notebook ### For developers and Aerosmith Alternatively, if you know what you're doing or like living on the edge, use branch [`blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/blob-ipython-notebook), which is based on `master`. You probably want to rebase on upstream `master` in that case too. Configuration
NewerOlder