- Continuous Integration,Delivery,and Deployment
- Sander Rossel
- 331字
- 2021-07-02 15:42:12
Configuring GitLab
Configuring GitLab is a breeze. The first thing you need to do is provide an administrator password. This can be done on the first page you get after starting it for the first time. After that, you get a Register or Sign In box, just like when you were visiting an actual website. Just create an account (the account will be stored on your VM, not on gitlab.com). You will not receive a confirmation email; apparently, this is a known issue at GitLab. From here on, you can create projects, collaborate with your team, and do everything Git was designed for.
Now, let's take her for a test drive! In GitLab, create a new project (it should be on the page right after you create an account). Pick a project name, such as test, and hit Create project. Notice that you can make your projects Private (default), Internal, or Public. We have just created a free private project.
Creating free private projects is awesome, but you probably want your project to be a little less private. In the settings of your project (in the top-right corner), you can grant access to other members and groups and even give them access to separate actions, such as read and write.
Speaking of groups, log out and create a new account for John or Alice or whatever. Log out and log in with your first account again. You can now create a group (from the menu at the top left) and invite your second user. This time, you will get an email about getting access to a group (it might go straight to spam). Create a new project in the group and now you and your second user have access to this repository (and any repository that is created in this group in the future).
In the following section, we are going to install Git on Windows so that we can test if we can actually put something in our repository.
- 數據庫程序員面試筆試真題與解析
- Testing with JUnit
- Python計算機視覺編程
- C語言最佳實踐
- Learning Laravel 4 Application Development
- Cocos2d-x學習筆記:完全掌握Lua API與游戲項目開發 (未來書庫)
- Mastering Apache Maven 3
- AppInventor實踐教程:Android智能應用開發前傳
- Advanced Express Web Application Development
- Swift 4從零到精通iOS開發
- C#程序設計(項目教學版)
- 時空數據建模及其應用
- Processing創意編程指南
- HTML5移動前端開發基礎與實戰(微課版)
- 高性能PHP 7