haxqer

Results 160 comments of haxqer

rm : It may be removed at any time because of the hack function.

Of course, it's my pleasure.

If you start with docker compose, you probably won't have this problem. JIRA and confluence in the same network environment: https://github.com/haxqer/jira/blob/rm/docker-compose.yml#L19 https://github.com/haxqer/confluence/blob/master/docker-compose.yml#L19

Thanks for your reminding. I have no time to maintain this project recently. But in the coming days, I will do two things: 1. Write something about how to maintain...

Sorry, I will update it until March 21st. Sincere apologies.

https://github.com/haxqer/jira/blob/master/tutorial.md Add some interpretation.

build the Docker Image : `docker build -t yourname/jira .` the `.` is important run with docker-compose : `docker-compose up`

https://www.cnblogs.com/wei9593/p/10772611.html

> > https://www.cnblogs.com/wei9593/p/10772611.html > > 如果我想换个服务器 迁移一下 能不能只 导出 jira_home_data 和 数据库文件 @youaremywind confluence 的迁移我前段时间做过,很简单。 jira 的迁移,好久没有做过了,有点忘了。但是按照这篇文章操作,肯定是可以的。需要你自己尝试下了