Gitlist 安装与配置
如果你想做为自己的Git 版本控制系统,你可能希望在自己的服务器、网站上中展示仓库中的内容。 Gitlist 是一个好的选择。 Gitlist 是一个Git仓库查看器,是一个PHP开源程序。 GitList 能够实现匿名在线浏览版本控制系统源码仓库中的内容。 GitList 是自由和
如果你想做为自己的Git 版本控制系统,你可能希望在自己的服务器、网站上中展示仓库中的内容。Gitlist 是一个好的选择。
Gitlist 是一个Git仓库查看器,是一个PHP开源程序。 GitList 能够实现匿名在线浏览版本控制系统源码仓库中的内容。GitList 是自由和开放源码软件, 它支持查看不同版本中的文件,提交历史和差异。这应用程序使用 Twitter Bootstrap 来开发前台UI,并基于Silex PHP框架和 Twig PHP模板引擎构建。
Gitlist 安装
git clone https://github.com/klaussilveira/gitlist.git
cd gitlist
curl -sS https://getcomposer.org/installer | php-cli
php-cli composer.phar install
运行以上命令后,安装结果:
Loading composer repositories with package information
Installing dependencies from lock file
– Installing symfony/process (dev-master 46b24c5)
Cloning 46b24c5905096914d467b769027e36433c7b5421
– Installing klaussilveira/gitter (0.2.0)
Downloading: 100%
– Installing pimple/pimple (dev-master v1.0.2)
Cloning v1.0.2
– Installing symfony/routing (2.2.x-dev 6fea997)
Cloning 6fea997908607f18a970a3848ec89c8e775255f3
– Installing symfony/http-foundation (2.2.x-dev 9a87bc5)
Cloning 9a87bc5856de55ebbc8b3e66c3c686e6aef35ba7
– Installing symfony/event-dispatcher (2.2.x-dev v2.2.0-RC3)
Cloning v2.2.0-RC3
– Installing psr/log (1.0.0)
Loading from cache
– Installing symfony/http-kernel (2.2.x-dev 3bfc8fd)
Cloning 3bfc8fda577fb671b2d9395a59fbc87f449fa61f
– Installing silex/silex (dev-master 803f809)
Cloning 803f809cdaa409e5769b24db952655d7e9187677
– Installing symfony/filesystem (2.2.x-dev v2.2.0-RC3)
Cloning v2.2.0-RC3
– Installing twig/twig (dev-master 3999169)
Cloning 399916916533589c95dc04e1afd4aeefa34928ad
– Installing symfony/twig-bridge (2.2.x-dev 50bbc4a)
Cloning 50bbc4a10d34a71325b58940c4887726b8a30841symfony/routing suggests installing doctrine/common (~2.2)
symfony/routing suggests installing symfony/config (2.2.*)
symfony/routing suggests installing symfony/yaml (2.2.*)
symfony/event-dispatcher suggests installing symfony/dependency-injection (2.2.*)
symfony/http-kernel suggests installing symfony/browser-kit (2.2.*)
symfony/http-kernel suggests installing symfony/class-loader (2.2.*)
symfony/http-kernel suggests installing symfony/config (2.2.*)
symfony/http-kernel suggests installing symfony/console (2.2.*)
symfony/http-kernel suggests installing symfony/dependency-injection (2.2.*)
symfony/http-kernel suggests installing symfony/finder (2.2.*)
silex/silex suggests installing symfony/browser-kit (>=2.1,silex/silex suggests installing symfony/css-selector (>=2.1,silex/silex suggests installing symfony/dom-crawler (>=2.1,silex/silex suggests installing symfony/form (To make use of the FormServiceProvider, >= 2.1.4 is required)
symfony/twig-bridge suggests installing symfony/form (2.2.*)
symfony/twig-bridge suggests installing symfony/security (2.2.*)
symfony/twig-bridge suggests installing symfony/templating (2.2.*)
symfony/twig-bridge suggests installing symfony/translation (2.2.*)
symfony/twig-bridge suggests installing symfony/yaml (2.2.*)
Generating autoload files
Gitlist 配置
运行以下命令进行配置:
mkdir -p /home/git/repositories
cd /home/git/repositories
git clone https://github.com/klaussilveira/gitlist.git
cd /var/www/gitlist
chmod 777 cache
cp -rf config.ini-example config.ini
(...)
Read the rest of Gitlist 安装与配置 (4 words)
© lixiphp for LixiPHP, 2013. | Permalink | No comment |
Add to del.icio.us
Post tags: Composer, git, gitlist
Feed enhanced by Better Feed from Ozh

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



The library used for floating-point number operation in Go language introduces how to ensure the accuracy is...

Running the H5 project requires the following steps: installing necessary tools such as web server, Node.js, development tools, etc. Build a development environment, create project folders, initialize projects, and write code. Start the development server and run the command using the command line. Preview the project in your browser and enter the development server URL. Publish projects, optimize code, deploy projects, and set up web server configuration.

GiteePages static website deployment failed: 404 error troubleshooting and resolution when using Gitee...

Under the BeegoORM framework, how to specify the database associated with the model? Many Beego projects require multiple databases to be operated simultaneously. When using Beego...

Which libraries in Go are developed by large companies or well-known open source projects? When programming in Go, developers often encounter some common needs, ...

The problem of using RedisStream to implement message queues in Go language is using Go language and Redis...

The H5 page needs to be maintained continuously, because of factors such as code vulnerabilities, browser compatibility, performance optimization, security updates and user experience improvements. Effective maintenance methods include establishing a complete testing system, using version control tools, regularly monitoring page performance, collecting user feedback and formulating maintenance plans.

When using sql.Open, why doesn’t the DSN report an error? In Go language, sql.Open...
