Category: Software, Database, gitlab, yaml

Ever thought How http://github.com, https://gitlab.com works, or how can I create my Version control system locally for just my use and testing, or ever want to create personalized git instances like http://github.com for your group of contributors or developers. Well, you are at the right place, and at the end of the blog you can make your git instance or you can say your Version Control System.

When it will be installing it will ask for some config questions, the questions are self-explanatory and will tell you what to enter and it has an example of it, I run GitLab instance in my local system, so I have named the GitLab instance as GitLab.lxc (while they ask you, you can give any name like git.yourname.com, it all depends on the domain name you buy for this) and I used localhost for database configuration well they give you an option of the new host where you can enter the database configuration of the other database system you are using.

But you can log in to the system with the registered ID and password, and create your project, but till now we haven’t set up a runner to run any Gitlab CI, CD process so, we will do it with the help of GitLab-runner package available.

Now you have the admin access, and you can view it in your instance too when you log in to GitLab instance with the email id that you gave just now giving the admin access, there will be a sign of setting on the upside and you can click and go into the admin panel which will show several users and all.

Related Articles