الفرق بين المراجعتين ل"Pandora image"

من ويكي أضِف
اذهب إلى التنقل اذهب إلى البحث
سطر 1: سطر 1:
 +
<div dir="ltr">
 +
 
It is a project to build an image archive based on pan.do/ra  
 
It is a project to build an image archive based on pan.do/ra  
 
the suggested methodology is to go into the code from pandora+client and change one to one from video to image
 
the suggested methodology is to go into the code from pandora+client and change one to one from video to image

مراجعة 10:51، 31 يوليو 2013

It is a project to build an image archive based on pan.do/ra the suggested methodology is to go into the code from pandora+client and change one to one from video to image

software development management

We are going to use github to manage commits checkouts and changes to use github floow the instructions

register

  • first go to [1] and create an account
  • edit your profile and add you ssh public key

install

  • install git

sudo apt-get install git

  • install bzr
sudo apt-get install bzr-git
  • create a directory to put your code and the cd to it
    • for pandora
bzr branch https://github.com/maysara/pandora_image.git
    • for pandora client
bzr branch https://github.com/maysara/pandora_client_image.git

work

change the code you are working on then

commit locally

  • tell git who you are
bzr whoami "yourname <your@email>"
  • check the differences
bzr diff
  • add changes (in the example all changes
bzr add .
  • commit and comment
bzr commit -m "this is what i did"

commit to github

    • for pandora
bzr dpush https://github.com/maysara/pandora_image.git/,branch=master
    • for pandora client
bzr dpush https://github.com/maysara/pandora_client_image.git/,branch=master

سلامات و حتة