RSS Git Download  Clone
  .idea p3x-robot 7 years ago
  artifacts p3x-robot 7 years ago
  pkg_builder Fix typos 9 years ago
  scripts p3x-robot 7 years ago
  src p3x-robot 7 years ago
  test.freeze p3x-robot 7 years ago
  tests p3x-robot 7 years ago
  themes p3x-robot 7 years ago
  .gitignore 360B p3x-robot 7 years ago
  .htaccess 291B Fixing Apache 2.4 incompatibility 10 years ago
  .npmrc 70B p3x-robot 7 years ago
  .travis.yml 100B p3x-robot 7 years ago
  .yarnrc 67B p3x-robot 7 years ago
  Gruntfile.js 4kB p3x-robot 7 years ago
  INSTALL.md 3kB p3x-robot 7 years ago
  LICENSE 1kB p3x-robot 7 years ago
  README.md 2kB p3x-robot 7 years ago
  _config.yml 28B p3x-robot 7 years ago
  boot.php 499B p3x-robot 7 years ago
  bower.json 363B p3x-robot 7 years ago
  build.xml 4kB Added task to download composer on build script. Fixes #401 10 years ago
  composer.json 509B p3x-robot 7 years ago
  composer.lock 87kB p3x-robot 7 years ago
  config.example.ini 2kB p3x-robot 7 years ago
  gitlist.iml 335B p3x-robot 7 years ago
  index.php 690B Proper config namespace 10 years ago
  package.json 568B p3x-robot 7 years ago
  phpunit.xml.dist 907B Fix coverage report 11 years ago
  release.md 607B p3x-robot 7 years ago
  yarn.lock 39kB p3x-robot 7 years ago
  README.md
[![Build Status](https://travis-ci.org/patrikx3/gitlist.svg?branch=master)](https://travis-ci.org/patrikx3/gitlist) # GitList Klaus Silveira does not respond, so I created this repo so that anyone can extend it. This is an open source project. Time is a precious thing, so I have no time to give support and fix issues for someone else. I fix a bug, when I have an error that I need. If you got an issue, error or bug, I hope someone will have time to do it for you, otherwise, you are on you own. Though, if I know the solution, I will tell you. If you want to extend, fix bugs and add in new features on your own time, I help you , as ```patrikx3``` is an orgnization. I can add in anyone in no time. Not forking, you become a member, do not even need a pull merge request. # Release version/update info [README](release.md) # Old info https://github.com/klaussilveira/gitlist # Live demo http://gitlist.patrikx3.tk/ # Installation ## Requirements In order to run GitList on your server, you'll need: * ```git``` * ```Apache``` with ```mod_rewrite``` enabled or ```nginx``` * ```PHP``` >= 7.0 * ```NodeJs``` >= 7.8 * ```Bower``` (npm install -g bower) ## Package https://github.com/patrikx3/gitlist/releases ## By hand 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 ``` If you have Composer in your path, things get easier. But you know the drill. [Install](INSTALL.md) - here. # Further information If you want to know more about customizing GitList, check the [Customization](https://github.com/patrikx3/gitlist/wiki/Customizing) page on the wiki. Also, if you're having problems with GitList, check the [Troubleshooting](https://github.com/patrikx3/gitlist/wiki/Troubleshooting) page.