1
0
Fork 0

Update docs for gitlab

merge-requests/204/head
Nikos Roussos 2017-10-02 15:55:43 +03:00
parent b4f982ca8d
commit 2ce456ad09
No known key found for this signature in database
GPG Key ID: BADFF1767BA7C8E1
3 changed files with 8 additions and 8 deletions

View File

@ -3,7 +3,7 @@ Contribute
Thank you for your interest in contributing to SatNOGS! There are always bugs to file; bugs to fix in code; improvements to be made to the documentation; and more.
The below instructions are for software developers who want to work on `satnogs-db code <http://github.com/satnogs/satnogs-db>`_.
The below instructions are for software developers who want to work on `satnogs-db code <http://gitlab.com/librespacefoundation/satnogs/satnogs-db>`_.
Git workflow
------------
@ -11,7 +11,7 @@ When you want to start contributing, you should :doc:`follow the installation in
#. (Optional) Set your cloned fork to track upstream changes (changes to the main repository), then fetch and merge changes from the upstream branch::
$ git remote add --track master upstream git://github.com/satnogs/satnogs-db
$ git remote add --track master upstream git://gitlab.com/librespacefoundation/satnogs/satnogs-db
$ git fetch upstream
$ git merge upstream/master
@ -49,7 +49,7 @@ When you want to start contributing, you should :doc:`follow the installation in
$ git push origin my_branch
#. Issue a pull request on GitHub
#. Issue a pull request on Gitlab
#. Wait to hear from one of the core developers
@ -93,4 +93,4 @@ Most important things:
What to work on
---------------
You can check `opened issues <https://github.com/satnogs/satnogs-db/issues>`_. We regurarly open issues for tracking new features. You pick one and start coding.
You can check `opened issues <https://gitlab.com/librespacefoundation/satnogs/satnogs-db/issues>`_. We regurarly open issues for tracking new features. You pick one and start coding.

View File

@ -8,9 +8,9 @@ Docker Installation
#. **Build the containers**
Clone source code from the `repository <https://github.com/satnogs/satnogs-db>`_::
Clone source code from the `repository <https://gitlab.com/librespacefoundation/satnogs/satnogs-db>`_::
$ git clone https://github.com/satnogs/satnogs-db.git
$ git clone https://gitlab.com/librespacefoundation/satnogs/satnogs-db.git
$ cd satnogs-db
Set your environmental variables::

View File

@ -6,9 +6,9 @@ Requirements: You will need python, python-virtualenvwrapper, pip and git
#. **Build the environment**
Clone source code from the `repository <https://github.com/satnogs/satnogs-db>`_::
Clone source code from the `repository <https://gitlab.com/librespacefoundation/satnogs/satnogs-db>`_::
$ git clone https://github.com/satnogs/satnogs-db.git
$ git clone https://gitlab.com/librespacefoundation/satnogs/satnogs-db.git
Set up the virtual environment. On first run you should create it and link it to your project path.::