Pandora image
اذهب إلى التنقل
اذهب إلى البحث
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
Suggested steps
The suggested step to modify and hack pandora to pandora_image is:
- Make pandora and pandora_client act on images instead of videos
- Make pandora Items, Clips, Media and files and derivatives reflect the logic of images instead the logic of videos
- Add image spicific functionalities and features
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
سلامات و حتة