An error occurred while installing rugged

后端 未结 6 1768
长发绾君心
长发绾君心 2021-02-01 12:07

Following this tutorial [link] to install gitlab on a dedicated server. I need to :

sudo -u git -H bundle install --deployment --without development test postgre         


        
6条回答
  •  萌比男神i
    2021-02-01 12:53

    First, try installing cmake:

    sudo apt-get install cmake
    

    Then, repeat the command:

    sudo -u git -H bundle install --deployment --without development test postgres aws
    

提交回复
热议问题