Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. openproject installation in centos amazon ec2 instance

openproject installation in centos amazon ec2 instance

Added by umang shah over 10 years ago

HI,

I am trying to install openproject in my centos6 which is in amazon ec2 instance, but it is giving me error at the time of configuration.

i am following below link for installation. https://www.openproject.org/download/packaged-installation-core/

error is like below.

[root@ip-10-28-11-38 ec2-user]# sudo yum install openproject
Loaded plugins: priorities, update-motd, upgrade-helper
amzn-main/latest | 2.1 kB 00:00
amzn-updates/latest | 2.3 kB 00:00
openproject | 2.9 kB 00:00
openproject/primary_db | 50 kB 00:00
Resolving Dependencies
—> Running transaction check
—-> Package openproject.x86_64 0:4.0.6-1422376810.876f3af.centos6 will be installed
—> Processing Dependency: postgresql-libs for package: openproject-4.0.6-1422376810.876f3af.centos6.x86_64
—> Processing Dependency: mysql-libs for package: openproject-4.0.6-1422376810.876f3af.centos6.x86_64
—> Processing Dependency: libevent for package: openproject-4.0.6-1422376810.876f3af.centos6.x86_64
—> Processing Dependency: dialog for package: openproject-4.0.6-1422376810.876f3af.centos6.x86_64
—> Running transaction check
—-> Package dialog.x86_64 0:1.1-9.20080819.1.5.amzn1 will be installed
—-> Package libevent.x86_64 0:2.0.18-1.10.amzn1 will be installed
—-> Package mysql55-libs.x86_64 0:5.5.40-1.3.amzn1 will be installed
—-> Package postgresql92-libs.x86_64 0:9.2.9-1.46.amzn1 will be installed
—> Finished Dependency Resolution

Dependencies Resolved

Package Arch Version Repository Size

Installing:
openproject x86_64 4.0.6-1422376810.876f3af.centos6 openproject 56 M
Installing for dependencies:
dialog x86_64 1.1-9.20080819.1.5.amzn1 amzn-main 205 k
libevent x86_64 2.0.18-1.10.amzn1 amzn-main 278 k
mysql55-libs x86_64 5.5.40-1.3.amzn1 amzn-updates 813 k
postgresql92-libs x86_64 9.2.9-1.46.amzn1 amzn-main 254 k

Transaction Summary

Install 1 Package (+4 Dependent packages)

Total download size: 58 M
Installed size: 198 M
Is this ok [y/d/N]: y
Downloading packages:
(1/5): dialog-1.1-9.20080819.1.5.amzn1.x86_64.rpm | 205 kB 00:00
(2/5): libevent-2.0.18-1.10.amzn1.x86_64.rpm | 278 kB 00:00
(3/5): mysql55-libs-5.5.40-1.3.amzn1.x86_64.rpm | 813 kB 00:00
(4/5): openproject-4.0.6-1422376810.876f3af.centos6.x86_ | 56 MB 00:03
(5/5): postgresql92-libs-9.2.9-1.46.amzn1.x86_64.rpm | 254 kB 00:00
————————————————————————————————————————
Total 15 MB/s | 58 MB 00:03
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Installing : dialog-1.1-9.20080819.1.5.amzn1.x86_64 1/5
Installing : postgresql92-libs-9.2.9-1.46.amzn1.x86_64 2/5
Installing : mysql55-libs-5.5.40-1.3.amzn1.x86_64 3/5
Installing : libevent-2.0.18-1.10.amzn1.x86_64 4/5
/var/tmp/rpm-tmp.NKChbC: line 18: addgroup: command not found
error: %pre(openproject-4.0.6-1422376810.876f3af.centos6.x86_64) scriptlet failed, exit status 127
Error in PREIN scriptlet in rpm package openproject-4.0.6-1422376810.876f3af.centos6.x86_64
Verifying : libevent-2.0.18-1.10.amzn1.x86_64 1/5
Verifying : mysql55-libs-5.5.40-1.3.amzn1.x86_64 2/5
Verifying : postgresql92-libs-9.2.9-1.46.amzn1.x86_64 3/5
Verifying : dialog-1.1-9.20080819.1.5.amzn1.x86_64 4/5
Verifying : openproject-4.0.6-1422376810.876f3af.centos6.x86_64 5/5

Dependency Installed:
dialog.x86_64 0:1.1-9.20080819.1.5.amzn1
libevent.x86_64 0:2.0.18-1.10.amzn1
mysql55-libs.x86_64 0:5.5.40-1.3.amzn1
postgresql92-libs.x86_64 0:9.2.9-1.46.amzn1

Failed:
openproject.x86_64 0:4.0.6-1422376810.876f3af.centos6

Complete!


Replies (3)

RE: openproject installation in centos amazon ec2 instance - Added by Douglas Leonardo over 10 years ago

Hi umang, you tried the manual instalation?

RE: openproject installation in centos amazon ec2 instance - Added by umang shah over 10 years ago

Hi Dougles,

Thanks for the reply, yes i tried but at one certain point it was also not working, so what i did is, i taken a ubuntu instance and in that i can able to configure the open project.

RE: openproject installation in centos amazon ec2 instance - Added by Shivanand Sharma about 10 years ago

This should help you:

https://community.openproject.org/topics/4354

You’ll need to manually create the openproject group and user. Should work.

  • (1 - 3/3)
Loading...