Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 370 Bytes

README.org

File metadata and controls

13 lines (12 loc) · 370 Bytes

Pinatra

setting

  • Prepare config.yml $ cp config.yml.sample Users/<username>.config/pinatra/config.yml
  • Modify CONFIG_PATH in picasa_client.rb
  • Run tokengetter.rb for google oauth

systemd settings

$ cp systemd_conf/user/* $HOME/.config/systemd/user/
$ systemctl --user enable pinatra.service
$ systemctl --user start pinatra.service