DeveloperWiki:Personal Repos

From ParabolaWiki
Jump to: navigation, search

Follow this instructions to create your personal repository on Parabola's server.

SSH authorization to access the Parabola server is required. Parabola Hackers have this.

On your machine, clone dbscripts on your home directory:

~ git clone ssh://git@parabola.nu:1863/srv/git/dbscripts.git

Edit config file and add ~yourname on the line USERREPOS:

~ $EDITOR ~/dbscripts/config

Add changes and commit with git:

~ cd ~/dbscripts
~ git add config
~ git commit -m "your_message_here"
~ git push

Enter the Parabola server:

~ ssh parabola

After this, your must pull the changes with git:

~ cd ~/dbscripts; git pull origin master

Now, create your repo directory:

~ create-repo ~yourname

To close the connection:

~ exit