mirror of https://github.com/Rekoe/rk_svnadmin
add readme
parent
67a6be5279
commit
2101d6e259
12
README.md
12
README.md
|
@ -42,6 +42,18 @@
|
||||||
alter table pj_usr_auth add constraint FK_Reference_8 foreign key (usr) references usr (usr) on delete restrict on update restrict;
|
alter table pj_usr_auth add constraint FK_Reference_8 foreign key (usr) references usr (usr) on delete restrict on update restrict;
|
||||||
|
|
||||||
```
|
```
|
||||||
|
##
|
||||||
|
登陆后台后 在 [项目管理]-[基本设置]
|
||||||
|
仓库路径 : /data/svn
|
||||||
|
访问url: http://192.168.x.x/svn/
|
||||||
|
说明: /data/svn 路径需要设置apache 用户权限
|
||||||
|
chown -R apache:apache
|
||||||
|
chmod -R +w
|
||||||
|
apache 用户需要设置可执行shell权限
|
||||||
|
vim /etc/password
|
||||||
|
apache:x:48:48:Apache:/var/www:/bin/bash
|
||||||
|
第一次创建项目 会在/data/svn 目录下生成 authz httpd.conf passwd.http 三个文件 其中 需要把
|
||||||
|
Include /data/svn/httpd.conf 添加在 /etc/httpd/conf/httpd.conf 下 然后重启service httpd restart
|
||||||
|
|
||||||
## 3、附录
|
## 3、附录
|
||||||
Centos安装apache+svn结合的SVN服务器请参考[Centos安装apache+svn结合的SVN服务器](fl.md)
|
Centos安装apache+svn结合的SVN服务器请参考[Centos安装apache+svn结合的SVN服务器](fl.md)
|
||||||
|
|
Loading…
Reference in New Issue