bitnami

Bitnami Redmine 与 gerrit 整合问题解决

允我心安 提交于 2020-02-28 11:38:20
问题 : 使用Bitnami一键安装redmine后可以正常使用,但是在整合“版本库”功能与git整合后,页面报404错误: The entry or revision was not found in the repository. 版本库中不存在该条目和(或)其修订版本。 解决 : 找到 /opt/redmine-3.1.2-0/apache2/conf/bitnami/ passenger.conf文件,修改: PassengerUser daemon PassengerGroup daemon 中的用户与组改为创建git仓库所使用的用户和组,如gerrit2 解决过程描述 : 1. 查看日志文件 /opt/redmine-3.1.2-0/apache2/logs/ error_log 看到 App 10292 stderr: fatal: Not a git repository: '/home/gerrit2/review_site/git/xxx.git' 提示 2. 根据页面提示 baidu 和 google 相关问题,初步定位是文件权限问题。 3. 使用 [root@xxxx/opt/redmine-3.1.2-0/apps/redmine/htdocs]$ ../../../ruby/bin/ruby bin/rails server webrick -b 192

使用Gitorious搭建私有代码仓库

杀马特。学长 韩版系。学妹 提交于 2020-02-23 05:57:55
简介 平时,我们会把开源的项目托管在Github上,但是在工作中,我们往往会需要一个私有的代码仓库。Bitbucket是一个不错的选择,这里我们将动手来搭建一个私有的代码仓仓库系统。 Gitorious 是一个基于 Git 版本控制系统的Web项目托管平台,使用 Ruby on Rails 开发。安装和配置起来相对繁琐,为了简化工作量,这里介绍一种比较简单的安装方法,即采用bitnami提供的stack包。 Gitorious安装和配置 首先,这里选择下载Linux平台的64位包,如需其他类型请访问 http://bitnami.org/stack/gitorious : wget http://downloads.bitnami.org/files/stacks/gitorious/2.4.5-1/bitnami-gitorious-2.4.5-1-linux-x64-installer.run chmod +x bitnami-gitorious-2.4.5-1-linux-x64-installer.run && ./bitnami-gitorious-2.4.5-1-linux-x64-installer.run 接着进行一些交互的设置,最后确认后就会进行安装: --------------------------------------------------------

Redmine CodeReview

柔情痞子 提交于 2020-02-06 21:09:01
Windows Bitnami Redmine通过自带必要的RoR依赖,解决了Redmine安装困难的问题,但也带来了很多Redmine的文档无法使用到Bitnami的问题。原因应该是很多命令不在用户的环境变量中,因此常常发生“command not found”的问题。 Bitnami意识到了这一点,因此提供了一个batch来配置这些环境变量:use_redmine 下面是详细的步骤: 将插件解压到 :\BitNami\redmine-2.2.0-0\apps\redmine\htdocs\plugins 2\打开use_redmine.bat cd C:\BitNami\redmine-2.2.0-0\apps\redmine\htdocs\plugins [bundle exec] rake db:migrate_plugins RAILS_ENV=production 这里说明一下bundle exec 命令,这个命令会自动下载和更新命令执行时因为版本原因导致的冲突。 看这里 http://www.cnblogs.com/huang0925/p/3328734.html 安装完成。 来源: https://www.cnblogs.com/kingkate/p/5302250.html

使用 Docker 和 Traefik v2 搭建 Phabricator

随声附和 提交于 2020-02-03 08:12:15
本文使用「署名 4.0 国际 (CC BY 4.0)」许可协议,欢迎转载、或重新修改使用,但需要注明来源。 署名 4.0 国际 (CC BY 4.0) 本文作者: 苏洋 创建时间: 2020年02月02日 统计字数: 12171字 阅读时间: 25分钟阅读 本文链接: https://soulteary.com/2020/02/02/phabricator-with-docker-and-traefik-v2.html 使用 Docker 和 Traefik v2 搭建 Phabricator 这篇文章躺在草稿箱里有一个多月了,恰逢最近一段时间远程协作需求,以及 Traefik v2 的升级,于是便有了这篇文章。 如果你的团队也需要一个内部看板,Phabricator 是个不错的选择:能提供简单的任务管理、能提供工作看板、支持代码讨论、甚至能够让设计师也使用起来,当然还有它主打的代码审计 / Review和管理功能。 写在前面 最早接触它是在 2012 年,八年之后,这款工具的开源版本变的更加好用了。 开源仓库: https://secure.phabricator.com/source/phabricator/repository/stable/ 镜像仓库: https://github.com/phacility/phabricator/ SaaS 版本: https:/

How to use ParseObjects with a RecyclerView?

泪湿孤枕 提交于 2020-01-06 04:56:12
问题 I am attempting to pull data from my parse server and display an image and text within a RecyclerView of CardViews. I have encountered a few issues, some of which may not have been corrected appropriately, so please feel free to correct any novice code you find below outside of my two current issues. Finally my two issues are. The data does not display initially. I have 3 tabs in a ViewPager and I have to swipe over twice in order for it to display. If I'm on tab 1 the data doesn't appear

How to host a static webpage on Amazon Lightsail with a wordpress instance?

安稳与你 提交于 2020-01-03 06:35:53
问题 I have an instance of Wordpress on Amazon Lightsail, Wordpress is installed on a subdomain, I used the Bitnami image that Lightsail offers. I want to host a static page in the main domain, example: "https://www.expample.com". I have tried the solution that gives Bitnami, simply upload the files to the path: / opt / bitnami / apache2 / htdocs / I tried this but if I access with my browser to the main domain nothing appears I want to solve this and upload a static website that points to this

Redmine EVM plugin is not working?

喜你入骨 提交于 2020-01-03 04:26:25
问题 Im a redmine user.EVM plugin in redmine is not working when the banner is enabled.Anyone please tell how to resolve this issue ? Started GET "/redmine/admin/plugins" for 10.222.185.22 at 2014-03-10 06:42:05 +0000 Processing by AdminController#plugins as HTML Current user: admin (id=1) Rendered admin/plugins.html.erb within layouts/admin (10.8ms) Rendered admin/_menu.html.erb (12.7ms) Rendered plugins/redmine_banner/app/views/banner/_project_body_bottom.html.erb (0.1ms) Rendered plugins

how to fix (2002, “Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)”) on ec2 bitnami?

☆樱花仙子☆ 提交于 2020-01-01 06:57:06
问题 I am working on ec2 bitnami with python django on AWS. I am encountering (2002, "Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2)") while fetching objects from mysql database. I have been gone through so many forums still I am not getting what is it exactly and why this problem being arisen. Please tell me what is it and how to fix it for python django mysql on ec2 bitnami. Thanks in advance. 回答1: Set the HOST to 127.0.0.1 in settings.py and make sure MySQL server is

Redmine3.3.0-1 Bundle install server 500 Error

核能气质少年 提交于 2019-12-25 12:55:14
问题 I installed BITNAMI RedMine 3.3.0-1. After installing version Plugins, 500 error appears on the server. I could not solve this. I did everything until bundle install, but I get an error. [enter image description here][1] Web application could not be started It looks like Bundler could not find a gem. Maybe you didn't install all the gems that this application needs. To install your gems, please run: bundle install If that didn't work, then the problem is probably caused by your application

AWS launchpad on Bitnami

非 Y 不嫁゛ 提交于 2019-12-25 12:25:32
问题 I launched Wordpress stack for AWS launchpad on Bitnami. The instance shows its state as running in the EC2 console. I tried logging in via SSH, it doesn't connect. Also, if I try its public IP in the browser, it shows that the site could not be reached. I'm stuck on it from last 2 hours. Any help? 回答1: It looks to me that you have a firewall issue when connecting to the instance. I advise you to check if that is the case. In addition, I would also try restarting the instance or launching a