mirror of https://github.com/Rekoe/rk_svnadmin
fix
parent
2101d6e259
commit
192ebbb420
10
README.md
10
README.md
|
@ -44,15 +44,25 @@
|
||||||
```
|
```
|
||||||
##
|
##
|
||||||
登陆后台后 在 [项目管理]-[基本设置]
|
登陆后台后 在 [项目管理]-[基本设置]
|
||||||
|
|
||||||
仓库路径 : /data/svn
|
仓库路径 : /data/svn
|
||||||
|
|
||||||
访问url: http://192.168.x.x/svn/
|
访问url: http://192.168.x.x/svn/
|
||||||
|
|
||||||
说明: /data/svn 路径需要设置apache 用户权限
|
说明: /data/svn 路径需要设置apache 用户权限
|
||||||
|
|
||||||
chown -R apache:apache
|
chown -R apache:apache
|
||||||
|
|
||||||
chmod -R +w
|
chmod -R +w
|
||||||
|
|
||||||
apache 用户需要设置可执行shell权限
|
apache 用户需要设置可执行shell权限
|
||||||
|
|
||||||
vim /etc/password
|
vim /etc/password
|
||||||
|
|
||||||
apache:x:48:48:Apache:/var/www:/bin/bash
|
apache:x:48:48:Apache:/var/www:/bin/bash
|
||||||
|
|
||||||
第一次创建项目 会在/data/svn 目录下生成 authz httpd.conf passwd.http 三个文件 其中 需要把
|
第一次创建项目 会在/data/svn 目录下生成 authz httpd.conf passwd.http 三个文件 其中 需要把
|
||||||
|
|
||||||
Include /data/svn/httpd.conf 添加在 /etc/httpd/conf/httpd.conf 下 然后重启service httpd restart
|
Include /data/svn/httpd.conf 添加在 /etc/httpd/conf/httpd.conf 下 然后重启service httpd restart
|
||||||
|
|
||||||
## 3、附录
|
## 3、附录
|
||||||
|
|
Loading…
Reference in New Issue