Skip to content

Loctio - instalation manual #2

@Bebul

Description

@Bebul

Instalation of Loctio

image

  1. find latest released jar in https://github.com/OpenGrabeso/loctio/releases/
    • download jar to some permanent location, such as c:\programFiles\Loctio
  2. after running the jar one should see new sysTray icon
    • rmb click it and select LOGIN
      image
    • insert your GitHub token, which should have REPO and NOTIFICATIONS access
    • note: the token is then stored as a string in the browser local storage, which can be acquired by opening https://loctio.gamatron.net/app#/ then press F12 to open developer tools where the local storage is available

How to start loctio as Task from TaskScheduler

  • in windows Start image one can start typing sched ... and select Task scheduler
  • in Task scheduler, select create task
    • name it loctio
    • in tab triggers, select begin the task at log on
      • good is also delay task 1 minute, OK
    • in tab actions, new action, start a program, choose browse and select path to your loctio jar, OK
    • which does not work, because you must run it through java. Write javaw -jar instead, the Task Scheduler would recommend you to change it to command line parameters OK and OK
  • no need to restart computer, just run it

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions