Headless

Differences between revisions 1 and 2
Revision 1 as of 2012-01-16 15:34:06
Size: 1528
Editor: host-60-59-151-193
Comment:
Revision 2 as of 2012-01-16 15:34:50
Size: 1544
Editor: host-60-59-151-193
Comment: style fix
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
1. Install ubuntuone-client package:
   $ sudo apt-get install ubuntuone-client
1. Install ubuntuone-client package: {{{
   $ sudo apt-get install ubuntuone-client }}}
Line 6: Line 6:
2. Setup the user directories:
   $ mkdir -p ~/.config/ubuntuone ~/bin
2. Setup the user directories: {{{
   $ mkdir -p ~/.config/ubuntuone ~/bin }}}

Running Ubuntu One in Headless Mode

1. Install ubuntuone-client package:

   $ sudo apt-get install ubuntuone-client 

2. Setup the user directories:

   $ mkdir -p ~/.config/ubuntuone ~/bin 

3. Obtain OAuth key for your account:

   $ cd /tmp
   $ wget http://people.canonical.com/~roman.yepishev/us/ubuntuone-sso-login.py
   $ python ubuntuone-sso-login.py
   Ubuntu SSO Login: **your Ubuntu SSO Login**
   Password: **your Ubuntu SSO Password**
   oauth=hPQWPsH:rhOokmNiRuuoiHe... 

4. Copy the line starting with oauth= to ~/.config/ubuntuone/syncdaemon.conf as oauth parameter under main section (this is ini-style file):

   [__main__]
   oauth=hPQWPsH:rhOokmNiRuuoiHe... 

5. Download the u1sdtool wrapper which will start dbus when needed. By default Ubuntu adds ~/bin/ to your path, so when you run u1sdtool, you will be running the wrapper.

   $ wget http://people.canonical.com/~roman.yepishev/us/u1sdtool-wrapper -O ~/bin/u1sdtool
   $ chmod +x ~/bin/u1sdtool 

6. Start Ubuntu One, check Ubuntu One status and connect (starting from Oneiric Ubuntu One is connecting automatically when started):

   $ u1sdtool --start
   $ u1sdtool --status
   State: READY
      connection: Not User With Network
      description: ready to connect
      is_connected: False
      is_error: False
      is_online: False
      queues: IDLE
   $ u1sdtool --connect 

7. Start adding files to ~/Ubuntu One directory and u1sdtool to add UDF, publish the files etc.

UbuntuOne/Headless (last edited 2012-08-10 13:50:23 by host-60-59-151-193)