-
Notifications
You must be signed in to change notification settings - Fork 193
How to use Unmark on Uberspace
lebochequirit edited this page Mar 2, 2016
·
4 revisions
From @githubtobi:
- Connect to your uberspace account via SSH & add the bookmark subdomain (uberspace-add-domain -d bookmark.domain.tld -w)
- Configure Subdomain in your account of your domain registrar - I use inwx.de (select domain, dns-entry, new -> bookmark, A, uberspace IP)
- Connect to uberspace via ssh and change to your html folder "cd /var/www/virtual/(username)/html"
- Download unmark-zip file from github (wget...)
- Unpack ZIP File ("unzip unmark-master.zip")
- Rename folder "mv unmark-master bookmark"
- delete zip-file "rm unmark-master.zip"
- Create a Symlink to your folder in the web root "ln -s /var/www/virtual/(username)/html/bookmark bookmark.domain.tld"
- Copy /application/config/database-sample.php to /application/config/database.php (leave database-sample.php)
- Create a database for Unmark to use in mySQL (see https://wiki.uberspace.de/database:mysql for details)
- Fill in proper database credentials in /application/config/database.php
- Start unmark setup http://bookmark.domain.tld/setup
That's it. You can access unmark at http://bookmark.domain.tld