Skip to content

Instantly share code, notes, and snippets.

@martijnvermaat
Last active February 22, 2025 11:02
Show Gist options
  • Select an option

  • Save martijnvermaat/6926070 to your computer and use it in GitHub Desktop.

Select an option

Save martijnvermaat/6926070 to your computer and use it in GitHub Desktop.

Revisions

  1. martijnvermaat revised this gist Jul 23, 2016. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-9-stable` below.
    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-9-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-9-stable-blob-ipython-notebook)
    branch (instead of `8-9-stable`)
    [`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.8-to-8.9.md)
    [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-9-stable-blob-ipython-notebook
    sudo -u git -H git checkout 8-10-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  2. martijnvermaat revised this gist Jun 23, 2016. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-8-stable` below.
    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-8-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-8-stable-blob-ipython-notebook)
    branch (instead of `8-8-stable`)
    [`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.7-to-8.8.md)
    [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-8-stable-blob-ipython-notebook
    sudo -u git -H git checkout 8-9-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  3. martijnvermaat revised this gist May 30, 2016. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-7-stable` below.
    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-7-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-7-stable-blob-ipython-notebook)
    branch (instead of `8-7-stable`)
    [`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.6-to-8.7.md)
    [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-7-stable-blob-ipython-notebook
    sudo -u git -H git checkout 8-8-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  4. martijnvermaat revised this gist Apr 26, 2016. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-6-stable` below.
    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-6-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-6-stable-blob-ipython-notebook)
    branch (instead of `8-6-stable`)
    [`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.5-to-8.6.md)
    [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-6-stable-blob-ipython-notebook
    sudo -u git -H git checkout 8-7-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  5. martijnvermaat revised this gist Mar 29, 2016. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-5-stable` below.
    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-5-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-5-stable-blob-ipython-notebook)
    branch (instead of `8-5-stable`)
    [`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.4-to-8.5.md)
    [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-5-stable-blob-ipython-notebook
    sudo -u git -H git checkout 8-6-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  6. martijnvermaat revised this gist Feb 22, 2016. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-4-stable` below.
    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-4-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-4-stable-blob-ipython-notebook)
    branch (instead of `8-4-stable`)
    [`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.3-to-8.4.md)
    [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-4-stable-blob-ipython-notebook
    sudo -u git -H git checkout 8-5-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  7. martijnvermaat revised this gist Feb 14, 2016. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-3-stable` below.
    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-3-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-3-stable-blob-ipython-notebook)
    branch (instead of `8-3-stable`)
    [`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.2-to-8.3.md)
    [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-3-stable-blob-ipython-notebook
    sudo -u git -H git checkout 8-4-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  8. martijnvermaat revised this gist Dec 28, 2015. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-2-stable` below.
    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-2-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-2-stable-blob-ipython-notebook)
    branch (instead of `8-2-stable`)
    [`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.1-to-8.2.md)
    [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-2-stable-blob-ipython-notebook
    sudo -u git -H git checkout 8-3-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  9. martijnvermaat revised this gist Nov 23, 2015. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-1-stable` below.
    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-1-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-1-stable-blob-ipython-notebook)
    branch (instead of `8-1-stable`)
    [`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.0-to-8.1.md)
    [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-1-stable-blob-ipython-notebook
    sudo -u git -H git checkout 8-2-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  10. martijnvermaat revised this gist Oct 26, 2015. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-0-stable` below.
    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-0-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/8-0-stable-blob-ipython-notebook)
    branch (instead of `8-0-stable`)
    [`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/7.14-to-8.0.md)
    [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-0-stable-blob-ipython-notebook
    sudo -u git -H git checkout 8-1-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  11. martijnvermaat revised this gist Sep 23, 2015. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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 `7-13-stable` below.
    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
    [`7-13-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-13-stable-blob-ipython-notebook)
    branch (instead of `7-13-stable`)
    [`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.12-to-7.13.md)
    [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 7-13-stable-blob-ipython-notebook
    sudo -u git -H git checkout 8-0-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  12. martijnvermaat revised this gist Aug 3, 2015. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-11-stable` below.
    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-11-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-11-stable-blob-ipython-notebook)
    branch (instead of `7-11-stable`)
    [`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.10-to-7.11.md)
    [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-11-stable-blob-ipython-notebook
    sudo -u git -H git checkout 7-13-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  13. martijnvermaat revised this gist May 30, 2015. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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.10. Whenever a new
    **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-10-stable` below.
    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-10-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-10-stable-blob-ipython-notebook)
    branch (instead of `7-10-stable`)
    [`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.9-to-7.10.md)
    [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-10-stable-blob-ipython-notebook
    sudo -u git -H git checkout 7-11-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  14. martijnvermaat revised this gist Apr 25, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gitlab-ipython-notebook.md
    Original 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.
    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
  15. martijnvermaat revised this gist Apr 25, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gitlab-ipython-notebook.md
    Original 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 electocuted**. Other than that, it (not the cat) should be fine.
    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
  16. martijnvermaat revised this gist Apr 25, 2015. 1 changed file with 9 additions and 10 deletions.
    19 changes: 9 additions & 10 deletions gitlab-ipython-notebook.md
    Original 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).


    Don't use this
    --------------
    Obligatory warning
    ------------------

    This is a *Quick Hack (tm)*:

    * It is slow
    * It probably has some security issue
    * Basically, don't use this

    If you run this on a public production server, **bad things will happen**.
    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.8. Whenever a new
    **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-8-stable` below.
    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-8-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-8-stable-blob-ipython-notebook)
    branch (instead of `7-8-stable`)
    [`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.7-to-7.8.md)
    [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-8-stable-blob-ipython-notebook
    sudo -u git -H git checkout 7-10-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  17. martijnvermaat revised this gist Feb 24, 2015. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-7-stable` below.
    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-7-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-7-stable-blob-ipython-notebook)
    branch (instead of `7-7-stable`)
    [`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.6-to-7.7.md)
    [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-7-stable-blob-ipython-notebook
    sudo -u git -H git checkout 7-8-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  18. martijnvermaat revised this gist Jan 23, 2015. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-5-stable` below.
    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-5-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-5-stable-blob-ipython-notebook)
    branch (instead of `7-5-stable`)
    [`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.4-to-7.5.md)
    [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-5-stable-blob-ipython-notebook
    sudo -u git -H git checkout 7-7-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  19. martijnvermaat revised this gist Nov 24, 2014. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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
    **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-4-stable` below.
    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-4-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-4-stable-blob-ipython-notebook)
    branch (instead of `7-4-stable`)
    [`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.3-to-7.4.md)
    [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-4-stable-blob-ipython-notebook
    sudo -u git -H git checkout 7-5-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  20. martijnvermaat revised this gist Oct 27, 2014. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions gitlab-ipython-notebook.md
    Original 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.3. Whenever a new
    **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-3-stable` below.
    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-3-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-3-stable-blob-ipython-notebook)
    branch (instead of `7-3-stable`)
    [`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.2-to-7.3.md)
    [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-3-stable-blob-ipython-notebook
    sudo -u git -H git checkout 7-4-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  21. martijnvermaat revised this gist Oct 1, 2014. 3 changed files with 54 additions and 14 deletions.
    68 changes: 54 additions & 14 deletions gitlab-ipython-notebook.md
    Original 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).
    [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`
    * [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.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.
    **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:
    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`)
    * 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.0-to-7.1.md) with the following commands instead of the *Get latest code* step:
    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-1-stable-blob-ipython-notebook
    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.
    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`.
    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.
    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 doesn't (yet) make raw file contents available to non-logged-in users (which the IPython Notebook Viewer server would be). And even if it would, 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 result is embedded in the GitLab page as an IFrame using a [data URI](https://en.wikipedia.org/wiki/Data_URI_scheme). Rendered notebooks are not cached.
    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).
    Binary file added screenshot-iframe.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
    Binary file modified screenshot.png
    Loading
    Sorry, something went wrong. Reload?
    Sorry, we cannot display this file.
    Sorry, this file is invalid so it cannot be displayed.
  22. martijnvermaat revised this gist Jul 28, 2014. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gitlab-ipython-notebook.md
    Original 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.
    **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-0-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/7-0-stable-blob-ipython-notebook) branch (instead of `7-0-stable`)
    * 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/6.9-to-7.0.md) with the following commands instead of the *Get latest code* step:
    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-0-stable-blob-ipython-notebook
    sudo -u git -H git checkout 7-1-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  23. martijnvermaat revised this gist Jun 25, 2014. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gitlab-ipython-notebook.md
    Original 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.
    **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 [`6-9-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-9-stable-blob-ipython-notebook) branch (instead of `6-9-stable`)
    * 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.8-to-6.9.md) with the following commands instead of the *Get latest code* step:
    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 6-9-stable-blob-ipython-notebook
    sudo -u git -H git checkout 7-0-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  24. martijnvermaat revised this gist Jun 10, 2014. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gitlab-ipython-notebook.md
    Original 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.
    **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-8-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-8-stable-blob-ipython-notebook) branch (instead of `6-8-stable`)
    * 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.7-to-6.8.md) with the following commands instead of the *Get latest code* step:
    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-8-stable-blob-ipython-notebook
    sudo -u git -H git checkout 6-9-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  25. martijnvermaat revised this gist Apr 25, 2014. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gitlab-ipython-notebook.md
    Original 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.
    **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-6-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-6-stable-blob-ipython-notebook) branch (instead of `6-6-stable`)
    * 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.5-to-6.6.md) with the following commands instead of the *Get latest code* step:
    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-6-stable-blob-ipython-notebook
    sudo -u git -H git checkout 6-8-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  26. martijnvermaat revised this gist Feb 24, 2014. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gitlab-ipython-notebook.md
    Original 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.
    **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-5-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-5-stable-blob-ipython-notebook) branch (instead of `6-5-stable`)
    * 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.4-to-6.5.md) with the following commands instead of the *Get latest code* step:
    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-5-stable-blob-ipython-notebook
    sudo -u git -H git checkout 6-6-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  27. martijnvermaat revised this gist Jan 23, 2014. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gitlab-ipython-notebook.md
    Original 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.
    **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-3-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-3-stable-blob-ipython-notebook) branch (instead of `6-3-stable`)
    * 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.2-to-6.3.md) with the following commands instead of the *Get latest code* step:
    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-3-stable-blob-ipython-notebook
    sudo -u git -H git checkout 6-5-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  28. martijnvermaat revised this gist Nov 25, 2013. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gitlab-ipython-notebook.md
    Original 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.
    **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-2-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-2-stable-blob-ipython-notebook) branch (instead of `6-2-stable`)
    * 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.1-to-6.2.md) with the following commands instead of the *Get latest code* step:
    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-2-stable-blob-ipython-notebook
    sudo -u git -H git checkout 6-3-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  29. martijnvermaat revised this gist Oct 22, 2013. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions gitlab-ipython-notebook.md
    Original 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.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.
    **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-1-stable-blob-ipython-notebook`](https://github.com/martijnvermaat/gitlabhq/tree/6-1-stable-blob-ipython-notebook) branch (instead of `6-1-stable`)
    * 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.0-to-6.1.md) with the following commands instead of the *Get latest code* step:
    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-1-stable-blob-ipython-notebook
    sudo -u git -H git checkout 6-2-stable-blob-ipython-notebook


    ### For developers and Aerosmith
  30. martijnvermaat revised this gist Oct 11, 2013. 1 changed file with 11 additions and 2 deletions.
    13 changes: 11 additions & 2 deletions gitlab-ipython-notebook.md
    Original 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`)

    Or, 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:

    ### 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

    Alternatively, if you know what you're doing, 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.

    ### 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