# LinkProvider A basic website/service to keep a list of URLs/Links and provide a URL for retrieving the list as a JSON object. ## After Installation - Create a database and maybe user for use by the Link Manager then import the db.sql file. - Copy the config-dist.php file to config.php and edit the settings as appropriate. - Go into the ajax/ folder. - Add a user with: htpasswd -c links.auth username. - Copy the .htaccess-dist file to .htaccess, then edit the full path to this links.auth file.