Skip to content

How to use Unmark on Uberspace

lebochequirit edited this page Mar 2, 2016 · 4 revisions

From @githubtobi:

  1. Connect to your uberspace account via SSH & add the bookmark subdomain (uberspace-add-domain -d bookmark.domain.tld -w)
  2. Configure Subdomain in your account of your domain registrar - I use inwx.de (select domain, dns-entry, new -> bookmark, A, uberspace IP)
  3. Connect to uberspace via ssh and change to your html folder "cd /var/www/virtual/(username)/html"
  4. Download unmark-zip file from github (wget...)
  5. Unpack ZIP File ("unzip unmark-master.zip")
  6. Rename folder "mv unmark-master bookmark"
  7. delete zip-file "rm unmark-master.zip"
  8. Create a Symlink to your folder in the web root "ln -s /var/www/virtual/(username)/html/bookmark bookmark.domain.tld"
  9. Copy /application/config/database-sample.php to /application/config/database.php (leave database-sample.php)
  10. Create a database for Unmark to use in mySQL (see https://wiki.uberspace.de/database:mysql for details)
  11. Fill in proper database credentials in /application/config/database.php
  12. Start unmark setup http://bookmark.domain.tld/setup

That's it. You can access unmark at http://bookmark.domain.tld