Requirements:
~/links $ make all links-admin links-domains
cp config.example.ini config.ini
config.ini
with your settings. The config file has info for settings
that aren't self explanatory./links migrate
./links-admin setup
links
,
links-short
and links-list
services.For all services you will need the links-api
service running. The API server
is what powers everything so it's a requirement for basically every single
route handler (web page, etc.).
./links-api
links
service../links
http://127,0.0.1:8000
shorts
(link shortening) or list
(link listing) services then
you must also run those services in a separate terminal.To run this on your own servers, see the Self Host documentation for tips and suggestions for how to deploy it.
commit 2aac1348afc29af64b6d24324bd435bffb2881d1 Author: Peter Sanchez <peter@netlandish.com> Date: 2025-02-24T14:03:34-06:00 Fixing anchor name in support doc