Installing

Differences between revisions 1 and 2
Revision 1 as of 2012-02-08 08:54:03
Size: 1573
Editor: 99-41-167-234
Comment:
Revision 2 as of 2012-02-08 08:59:47
Size: 1572
Editor: 99-41-167-234
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
= Install the Ubuntu Accomplishments sytem == = Install the Ubuntu Accomplishments sytem =

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.sh

You can then run the main trophy viewer:

        cd ..
        quickly run

To run ubuntu-community scripts to check for those accomplishments, click File->Check Accomplishments.

Questions can go to jono@ubuntu.com

Thanks!

Accomplishments/Installing (last edited 2012-12-24 12:08:19 by 177)