码迷,mamicode.com
首页 > 系统相关 > 详细

Install a Redmine on Ubuntu system

时间:2017-11-02 11:35:48      阅读:203      评论:0      收藏:0      [点我收藏+]

标签:redmine   ons   user   role   roo   redmin   bsp   conf   lin   

# How to install a Redmine on Ubuntu system

Ref to: https://www.linode.com/docs/applications/project-management/how-to-install-and-configure-redmine-on-ubuntu-16-04

 

# Change the password of admin user

Above all, you need to switch into root role

```

su -

your_password

```

```

cd /data/redmine/redmine

RAILS_ENV=production rails c

```

 

```

u = User.first
u.password = "your_new_password"
u.save!

```

 

Install a Redmine on Ubuntu system

标签:redmine   ons   user   role   roo   redmin   bsp   conf   lin   

原文地址:http://www.cnblogs.com/stavenVanderbilt/p/7770526.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!