No description
Find a file
2013-10-26 23:31:01 +02:00
.hg mercurial compatibility 2013-05-29 12:23:40 +02:00
js bugfix 2013-05-29 15:02:33 +02:00
stylesheets Yellow ! <3 2013-05-29 17:42:41 +02:00
.gitignore Yellow ! <3 2013-05-29 17:34:57 +02:00
.hgignore mercurial verisonning of list.json 2013-05-28 13:30:15 +02:00
.htaccess.sample Progressive loading 2013-05-29 11:25:07 +02:00
.htpasswd.sample sample 2013-05-28 14:25:52 +02:00
favicon.ico add list 2013-05-27 17:07:08 +02:00
index.html Update index.html 2013-10-26 23:31:01 +02:00
list.json.sample rename 2013-05-28 13:51:39 +02:00
nginx-vhost.sample Win. 2013-05-29 12:53:59 +02:00
README.md Update README.md 2013-05-29 14:05:02 +03:00
robots.txt things .txt 2013-05-28 13:54:57 +02:00
validate.php Update validate.php 2013-10-26 23:21:42 +02:00

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)