Skip to content

Installation

Sander edited this page Feb 5, 2017 · 2 revisions

Installing from archive

  • Go to the the releases page
  • Download the latest release/archive to your server's apps/ directory
  • Unpack the app
  • IMPORTANT: Make sure the folder name is passman

Installing from Git

In your terminal go into the apps/ directory and then run the following command:

$ git clone https://github.com/nextcloud/passman.git

Now you can activate it in the apps menu. It's called Passman

To update the app go inside you apps/passman/* directory and type:

$ git pull --rebase
Clone this wiki locally