Skip to content
Offerel edited this page May 2, 2024 · 3 revisions

Welcome to the PrimitiveNotes-Webapp wiki!

Installation

  • Extract the downloaded archive into your webserver directoy, for example /var/www/notes
  • Configure your webserver, so that the directory can be served via your PHP extension
  • Copy config.inc.php.dist to config.inc.php
  • Change $notes_path to the path, where the note files are stored. You can use %u as a placeholder for the username. The path must be writeable by the webserver user
  • Configure $mailbox, so that it points to a IMAP server of your choice (if you want to use IMAP for authentication)
  • If you want to use the "Remember me" function, please set up the path your SQLite database in $database
Clone this wiki locally