This is Klaus Silveira's fork, with multiple themes, sub-modules and updated to PHP7 only and upgraded all components.
Done, just put on your server, nothing to build:
https://github.com/patrikx3/gitlist/releases
- In submodules, if the "submodule" and "path" is not the same, it chokes (it should work the submodule name and path are not the same)
- Works
- submodule "path/name"
- path path/name
- Not working
- submodule "name"
- path path/name
- Works
Further change log ...
https://github.com/klaussilveira/gitlist
For the build on your workstation (themes):
NodeJs
>= 7.8Bower
andGrunt
(npm install -g bower grunt-cli)
In order to run GitList on your server, you'll need:
git
Apache
withmod_rewrite
enabled ornginx
PHP
>= 7.1
If you just want to get the project dependencies, instead of building everything:
git clone https://github.com/patrikx3/gitlist.git
curl -s http://getcomposer.org/installer | php
php composer.phar install
bower install
grunt
If you have Composer in your path, things get easier. But you know the drill.
Install - here.
GITLIST Build v1.1.1