Monday, February 11, 2013

How to install DropBox in BOSS 5.0 Linux

1.Install python-gpgme package.issue following command in terminal.

          sudo apt-get install python-gpgme

2.install the dropbox package from BOSS 5.0 Anoka repository by issuing following command

          sudo apt-get install nautilus-dropbox

3.To Start dropbox go to Internet -> dropbox  and  Click to continue to use the dropbox.

4.Otherwise issue the following command to start in the terminal


          dropbox start -i

5.The Dropbox daemon works fine on all 32-bit and 64-bit Linux servers. To install, run the following command in your Linux terminal.


32-bit:

cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86"|tar xzf -
 
64-bit:

cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64"|tar xzf -
 
Next, run the Dropbox daemon from the newly created .dropbox-dist folder.

~/.dropbox-dist/dropboxd
 
If you are running Dropbox on your server for the first time, you will be asked to copy and paste a link in a working browser to create a new account or add your server to an existing account. Once you do, your Dropbox folder will be created in your home directory. Download this CLI script to control Dropbox from the command line. For easy access, put a symlink to the script anywhere in your PATH.

6.Now the dropbox successfully configured in BOSS.

No comments:

Post a Comment

JMeter JSON Extractor

      json response {"Key1":"Value1","Key2":"Value2","Key2":"Value2"}  Name of t...