Skip to content
This repository has been archived by the owner on Aug 25, 2019. It is now read-only.

YunoHost/lal

Repository files navigation

LAL

Light Application List for YunoHost

Install

N.B.: Replace paths and UNIX users with yours.

  • Clone the repo as a web document root
git clone https://github.com/YunoHost/lal /var/www/app.yunohost.org
cp .htaccess.sample .htacess
cp .htpasswd.sample .htpasswd
cp list.json.sample list.json
vim .htacess .htpasswd list.json
  • Change mail addresses as you need
js/main.js: Line 82
validate.php: Line 73, 76, 77
  • Change owner of the directory
chown -R www-data: /var/www/app.yunohost.org
  • Configure & reload apache (basic vhost, htaccess included) or nginx (vhost = nginx-vhost.sample)

Releases

No releases published

Packages

No packages published