Installing
|
Size: 1573
Comment:
|
Size: 3422
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 1: | Line 1: |
| '''Go back to the [[Accomplishments|accomplishments main page]]'''. | <<Include(Accomplishments/Header)>> |
| Line 3: | Line 3: |
| = Install the Ubuntu Accomplishments sytem == | ||<tablestyle="float:right; font-size: 0.9em; width:40%; background:#F1F1ED; margin: 0 0 1em 1em;" style="padding:0.5em;"><<TableOfContents>>|| |
| Line 5: | Line 5: |
| This is still very much a work in progress and as such things need refining here. | = Installing Ubuntu Accomplishments = |
| Line 7: | Line 7: |
| == Getting The Code == | So you want to try out the Ubuntu Accomplishments? Luckily, this is very simple. |
| Line 9: | Line 9: |
| Run the following to check out the code: | ''Note 1: This installation method uses a daily builds PPA. If you want to build the application manually from it's source code, please use [[Accomplishments/Installing/Building|another guide]].'' |
| Line 11: | Line 11: |
| ''Note 2: This guide presents how to install the client-side application. If you are interested in setting up a validation server, read [[https://wiki.ubuntu.com/Accomplishments/Installing/ValidationServer|how to set up the server component]].'' == Requirements == * Ubuntu Accomplishments System works only on Ubuntu 12.04 Precise Pangolin. * You need to have a working UbuntuOne Account - it is used to sync your trophies with validation server. === Installing latest version (0.1) from releases PPA === Run following commands in terminal: |
|
| Line 12: | Line 22: |
| bzr branch lp:ubuntuaccomplishments | sudo add-apt-repository ppa:ubuntu-accomplishments/releases sudo apt-get update sudo apt-get install accomplishments-daemon accomplishments-viewer ubuntu-community-accomplishments |
| Line 15: | Line 27: |
| This package provides the trophy view and the daemon. | The accomplishments system should be now installed on your system. |
| Line 17: | Line 29: |
| == Setting Up == | To begin, run the '''Accomplishments Viewer''', which should be now available via Dash (or run {{{accomplishments-viewer}}}). |
| Line 19: | Line 31: |
| First `cd` into the branch and run `quickly edit` and at the top of `TrophyInfoWindow.py`, set the `JONODIR` to where the source is. | Follow the on-screen instructions and soon you will see a note in the status bar saying the app is checking for accomplishments: you should see new accomplishments you have already completed appear in the My Trophies view shortly afterwards. |
| Line 21: | Line 33: |
| 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. |
Bugs can be reported here: https://bugs.launchpad.net/ubuntu-accomplishments-system/+filebug. |
| Line 60: | Line 37: |
== Installing from a daily-builds PPA == There is also a daily builds PPA available: '''ppa:ubuntu-accomplishments-admins/daily'''. It usually has all newest not-yet-released features, and is up-to-date with trunk, but also contains more bugs, and from time to time may be not working at all. Use at your own risk! == Uninstalling == Uninstallation is as simple as removing it's three packages: {{{accomplishments-daemon}}}, {{{accomplishments-viewer}}} and {{{ubuntu-community-accomplishments}}} = FAQ = === How can I force a re-verification of my trophies? === Click File -> Check Accomplishments. === The application does not give me trophy for something I have accomplished! === Keep in mind that when Ubuntu One happens to lag a bit, the validation server may take some longer time to send you validated trophies. Also try re-verification your trophies. And double-check if your credentials are correct. If the application still misbehaves, report a bug: https://bugs.launchpad.net/ubuntu-accomplishments-system/+filebug === How do I clear out my trophies so I can re-verify them? === Your trophies directory lives in `~/.local/share/accomplishments/trophies`. In that directory is a sub-directory for each collection of trophies. Just `rm -rf *` everything or even remove the sub-directories. === How do I clear out my user information so I can re-enter it? === Your trophies directory lives in `~/.local/share/accomplishments/trophies`. In that directory is a sub-directory called `.extrainformation` - just delete it. |
Contents |
Installing Ubuntu Accomplishments
So you want to try out the Ubuntu Accomplishments? Luckily, this is very simple.
Note 1: This installation method uses a daily builds PPA. If you want to build the application manually from it's source code, please use another guide.
Note 2: This guide presents how to install the client-side application. If you are interested in setting up a validation server, read how to set up the server component.
Requirements
- Ubuntu Accomplishments System works only on Ubuntu 12.04 Precise Pangolin.
You need to have a working UbuntuOne Account - it is used to sync your trophies with validation server.
Installing latest version (0.1) from releases PPA
Run following commands in terminal:
sudo add-apt-repository ppa:ubuntu-accomplishments/releases sudo apt-get update sudo apt-get install accomplishments-daemon accomplishments-viewer ubuntu-community-accomplishments
The accomplishments system should be now installed on your system.
To begin, run the Accomplishments Viewer, which should be now available via Dash (or run accomplishments-viewer).
Follow the on-screen instructions and soon you will see a note in the status bar saying the app is checking for accomplishments: you should see new accomplishments you have already completed appear in the My Trophies view shortly afterwards.
Bugs can be reported here: https://bugs.launchpad.net/ubuntu-accomplishments-system/+filebug. Questions can go to jono@ubuntu.com
Thanks!
Installing from a daily-builds PPA
There is also a daily builds PPA available: ppa:ubuntu-accomplishments-admins/daily.
It usually has all newest not-yet-released features, and is up-to-date with trunk, but also contains more bugs, and from time to time may be not working at all. Use at your own risk!
Uninstalling
Uninstallation is as simple as removing it's three packages: accomplishments-daemon, accomplishments-viewer and ubuntu-community-accomplishments
FAQ
How can I force a re-verification of my trophies?
Click File -> Check Accomplishments.
The application does not give me trophy for something I have accomplished!
Keep in mind that when Ubuntu One happens to lag a bit, the validation server may take some longer time to send you validated trophies. Also try re-verification your trophies. And double-check if your credentials are correct. If the application still misbehaves, report a bug: https://bugs.launchpad.net/ubuntu-accomplishments-system/+filebug
How do I clear out my trophies so I can re-verify them?
Your trophies directory lives in ~/.local/share/accomplishments/trophies. In that directory is a sub-directory for each collection of trophies. Just rm -rf * everything or even remove the sub-directories.
How do I clear out my user information so I can re-enter it?
Your trophies directory lives in ~/.local/share/accomplishments/trophies. In that directory is a sub-directory called .extrainformation - just delete it.
Accomplishments/Installing (last edited 2012-12-24 12:08:19 by 177)
