Installing
Go back to the accomplishments main page.
= Install the Ubuntu Accomplishments sytem ==
This is still very much a work in progress and as such things need refining here.
Getting The Code
Run the following to check out the code:
bzr branch lp:ubuntuaccomplishments
This package provides the trophy view and the daemon.
Setting Up
First cd into the branch and run quickly edit and at the top of TrophyInfoWindow.py, set the JONODIR to where the source is.
If this branch is in ~/source/trophyinfo, create two directories also in ~/source:
~/source/accomplishments (this is where the accomplishments files live)
~/source/trophies (this is where your trophies will live)
Now ensure that you have some accomplishments files in your accomplishments directory. Grab these by running:
bzr branch lp:~jonobacon/ubuntuaccomplishments/ubuntu-community
When you have grabbed this branch you can install those accomplishments to your accomplishments dir with the included script. For example:
cd ubuntu-community
./install.sh /home/jono/source/accomplishments
Running The App
To run you first need to run the daemon. To do this, follow these commands:
cd daemon
./rundaemon.shYou can then run the main trophy viewer:
cd ..
quickly runTo run ubuntu-community scripts to check for those accomplishments, click File->Check Accomplishments.
Questions can go to jono@ubuntu.com
Thanks!