Table of Contents
Gitlist 安装
Gitlist 配置
Home php教程 php手册 Gitlist 安装与配置

Gitlist 安装与配置

Jun 06, 2016 pm 08:09 PM
git Install my own Configuration

如果你想做为自己的Git 版本控制系统,你可能希望在自己的服务器、网站上中展示仓库中的内容。 Gitlist 是一个好的选择。 Gitlist 是一个Git仓库查看器,是一个PHP开源程序。 GitList 能够实现匿名在线浏览版本控制系统源码仓库中的内容。 GitList 是自由和

如果你想做为自己的Git 版本控制系统,你可能希望在自己的服务器、网站上中展示仓库中的内容。Gitlist 是一个好的选择。

Gitlist 是一个Git仓库查看器,是一个PHP开源程序。 GitList 能够实现匿名在线浏览版本控制系统源码仓库中的内容。GitList 是自由和开放源码软件, 它支持查看不同版本中的文件,提交历史和差异。这应用程序使用 Twitter Bootstrap 来开发前台UI,并基于Silex PHP框架和 Twig PHP模板引擎构建。

Gitlist 是一个Git仓库查看器,是一个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 50bbc4a10d34a71325b58940c4887726b8a30841

symfony/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

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

What libraries are used for floating point number operations in Go? What libraries are used for floating point number operations in Go? Apr 02, 2025 pm 02:06 PM

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

How to run the h5 project How to run the h5 project Apr 06, 2025 pm 12:21 PM

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.

Gitee Pages static website deployment failed: How to troubleshoot and resolve single file 404 errors? Gitee Pages static website deployment failed: How to troubleshoot and resolve single file 404 errors? Apr 04, 2025 pm 11:54 PM

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

How to specify the database associated with the model in Beego ORM? How to specify the database associated with the model in Beego ORM? Apr 02, 2025 pm 03:54 PM

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 provided by well-known open source projects? Which libraries in Go are developed by large companies or provided by well-known open source projects? Apr 02, 2025 pm 04:12 PM

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, ...

How to solve the user_id type conversion problem when using Redis Stream to implement message queues in Go language? How to solve the user_id type conversion problem when using Redis Stream to implement message queues in Go language? Apr 02, 2025 pm 04:54 PM

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

Does H5 page production require continuous maintenance? Does H5 page production require continuous maintenance? Apr 05, 2025 pm 11:27 PM

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 does not report an error when DSN passes empty? When using sql.Open, why does not report an error when DSN passes empty? Apr 02, 2025 pm 12:54 PM

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

See all articles