- Gitolite Essentials
- Sitaram Chamarty
- 107字
- 2021-07-16 12:10:06
Installing the code
The first step is to put the source code where you want it to go. Gitolite is designed in a way that it doesn't require root (except to create the hosting user), so you can (and usually should) put it somewhere within the home directory of the Gitolite hosting user. For our discussion, we will pick $HOME/bin
, because this is usually included in the user's PATH setting.
Log in as the hosting user, and run the following commands:
cd $HOME mkdir -p $HOME/bin gitolite/install --to $HOME/bin
For people who are familiar with commands such as make prefix=/usr/local install
, this is conceptually not very different.
推薦閱讀
- 精通MATLAB神經網絡
- R Data Mining
- Go Machine Learning Projects
- OpenStack for Architects
- 商戰數據挖掘:你需要了解的數據科學與分析思維
- 反饋系統:多學科視角(原書第2版)
- Hands-On Data Science with SQL Server 2017
- 機器人編程實戰
- 數據通信與計算機網絡
- Enterprise PowerShell Scripting Bootcamp
- 突破,Objective-C開發速學手冊
- Mastering MongoDB 3.x
- 無人駕駛感知智能
- Oracle Blockchain Quick Start Guide
- Data Science with Python