Comments on: How to Install Redmine on Ubuntu 18.04 https://www.rosehosting.com/blog/how-to-install-redmine-on-ubuntu-18-04/ Premium Linux Tutorials Since 2001 Tue, 13 Dec 2022 10:13:24 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Jacomo77 https://www.rosehosting.com/blog/how-to-install-redmine-on-ubuntu-18-04/#comment-48387 Wed, 05 Aug 2020 11:30:31 +0000 https://www.rosehosting.com/blog/?p=29948#comment-48387 With new version or redmine 4.1.1 there is problem installing pg dependency via gem.
You need to install libpq-dev`apt-get install libpq-dev`

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-redmine-on-ubuntu-18-04/#comment-48364 Mon, 06 Jul 2020 06:40:50 +0000 https://www.rosehosting.com/blog/?p=29948#comment-48364 You will not be able to install SSL certificate and configure the same Nginx setup, it will not work properly if you just change yourdomain.com with localhost, it is a different setup

]]>
By: admin https://www.rosehosting.com/blog/how-to-install-redmine-on-ubuntu-18-04/#comment-48120 Sat, 07 Mar 2020 11:59:47 +0000 https://www.rosehosting.com/blog/?p=29948#comment-48120 In reply to José Antonio.

try with this first: mkdir -p app/assets/config && echo ‘{}’ > app/assets/config/manifest.js

]]>
By: José Antonio https://www.rosehosting.com/blog/how-to-install-redmine-on-ubuntu-18-04/#comment-48119 Fri, 06 Mar 2020 17:50:07 +0000 https://www.rosehosting.com/blog/?p=29948#comment-48119 I’m having trouble getting through the database migration…

$ sudo RAILS_ENV=production bundle exec rake db:migrate
rake aborted!
Sprockets::Railtie::ManifestNeededError: Expected to find a manifest file in `app/assets/config/manifest.js`
But did not, please create this file and use it to link any assets that need
to be rendered by your app:

Example:
//= link_tree ../images
//= link_directory ../javascripts .js
//= link_directory ../stylesheets .css
and restart your server
/var/lib/gems/2.5.0/gems/sprockets-rails-3.2.1/lib/sprockets/railtie.rb:105:in `block in ‘
/var/lib/gems/2.5.0/gems/railties-5.2.2/lib/rails/initializable.rb:32:in `instance_exec’
/var/lib/gems/2.5.0/gems/railties-5.2.2/lib/rails/initializable.rb:32:in `run’
/var/lib/gems/2.5.0/gems/railties-5.2.2/lib/rails/initializable.rb:61:in `block in run_initializers’
/var/lib/gems/2.5.0/gems/railties-5.2.2/lib/rails/initializable.rb:60:in `run_initializers’
/var/lib/gems/2.5.0/gems/railties-5.2.2/lib/rails/application.rb:361:in `initialize!’
/opt/redmine/config/environment.rb:14:in `’
/var/lib/gems/2.5.0/gems/railties-5.2.2/lib/rails/application.rb:337:in `require’
/var/lib/gems/2.5.0/gems/railties-5.2.2/lib/rails/application.rb:337:in `require_environment!’
/var/lib/gems/2.5.0/gems/railties-5.2.2/lib/rails/application.rb:520:in `block in run_tasks_blocks’
/var/lib/gems/2.5.0/gems/rake-13.0.1/exe/rake:27:in `’
Tasks: TOP => db:migrate => db:load_config => environment
(See full trace by running task with –trace)

]]>