Skip to content

Daemon that syncs flickr account to a mapped folder in the file system

License

Notifications You must be signed in to change notification settings

edersonmf/flickring

Repository files navigation

flickring Build

Daemon that syncs a folder in the file system to your Flickr account.

There is no official distribution at this point. That means you need to build the application on your own.

  1. System requirements: it's required to have those tools installed and configured before proceeding with installation.
  • Java Runtime Edition 1.7
  • Git
  • Linux: jsvc
  • Windows: procrun
  1. How to install

2.1. Clone the repository

 >> git clone [email protected]:edersonmf/flickring.git

2.3. Change directory to the recent created repository

 >> cd flickring

2.2. Start a build

- Linux version
<pre><code> >> ./gradlew clean build distZip</code></pre>

- Windows version
<pre><code> >> gradle.bat clean build distZip</code></pre>

2.3. Unzip the file located in $FLICKRING_REPO_DIR/build/distributions/flickring-<CURRENT_VERSION>.zip to a location of your choice.

2.4. Now it's needed to configure flickring with api and secret keys of your yahoo account: * change directory to $UNZIPPED_DIR - Linux version: * run >> ./setup.sh and follow the instructions - Windows version * run >> java -jar flickring-<CURRENT_VERSION>.jar and follow the instructions (No time to work on a windows script so far. Any help will be really appreciated)

* after this step is done a configuration file will be generated in <code>$UNZIPPED_DIR/conf/flickring.conf</code>
* additionally you can edit this file and include some(only one for now) more configuration properties:
<pre><code># Number of upload threads
upload.thread.size = 3</code></pre>

2.5. It's time to start the daemon already

- Linux version:
  * run to start <code> >> sudo ./flickring.sh</code>
  * run to stop <code> >> sudo ./flickring.sh stop</code>
- Windows version
  * Again, no time to work on a script for windows. Any help will be really appreciated. I will work on it some time in the future anyway.

About

Daemon that syncs flickr account to a mapped folder in the file system

Resources

License

Stars

Watchers

Forks

Packages

No packages published