最近想写一些小程序,但是GitHub没有免费的private,想到写的程序还得需要部署和MySQL数据库,索性就买一个阿里云的云主机,还挺便宜,一年才600多。
下午安装了JDK、Tomcat、MySQL,现在开始安装GitLab:
- 安装和配置依赖的环境。
sudo yum install curl openssh-server postfix cronie sudo service postfix start sudo chkconfig postfix on sudo lokkit -s http -s ssh
- 获取和安装GitLab。
curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash sudo yum install gitlab-ce // 或者使用rpm -i gitlab-ce-XXX.rpm
// gitlab-ce-XXX.rpm表示你需要安装的GitLab程序的版本号,可以去这里选择。
- 配置并启动GitLab。
sudo gitlab-ctl reconfigure
- 可以登陆啦。。。
Username: root Password: 5iveL!fe
时间: 2025-01-20 00:38:57