Project

General

Profile

I installed redmine on Debian 8, but I only see a list of files and folders

Added by Marcos Gonzalez Hernandez over 7 years ago

I installed redmine on Debian 8...
I used the guide "HowTo Install Redmine on Debian 8 with Apache2-Passenger"

Until the 2.4 step "Test Redmine" everything was ok...
But wen I finish I only see a list of files and folders...

Surely someone has been through this. Could anyone help me?

-------------My config...--------------------------

sh: 1: svn: not found
sh: 1: darcs: not found
sh: 1: hg: not found
sh: 1: cvs: not found
sh: 1: bzr: not found
Environment:
  Redmine version                3.3.1.stable
  Ruby version                   2.1.5-p273 (2014-11-13) [x86_64-linux-gnu]
  Rails version                  4.2.7.1
  Environment                    production
  Database adapter               Mysql2
SCM:
  Git                            2.1.4
  Filesystem
Redmine plugins:
  no plugin installed

---------------GEM ENV------------------------

root@redmine:/opt/redmine/redmine-3.3.1# gem env
RubyGems Environment:
  - RUBYGEMS VERSION: 2.2.2
  - RUBY VERSION: 2.1.5 (2014-11-13 patchlevel 273) [x86_64-linux-gnu]
  - INSTALLATION DIRECTORY: /var/lib/gems/2.1.0
  - RUBY EXECUTABLE: /usr/bin/ruby2.1
  - EXECUTABLE DIRECTORY: /usr/local/bin
  - SPEC CACHE DIRECTORY: /root/.gem/specs
  - RUBYGEMS PLATFORMS:
    - ruby
    - x86_64-linux
  - GEM PATHS:
     - /var/lib/gems/2.1.0
     - /root/.gem/ruby/2.1.0
     - /usr/share/rubygems-integration/2.1.0
     - /usr/share/rubygems-integration/2.1
     - /usr/share/rubygems-integration/all
  - GEM CONFIGURATION:
     - :update_sources => true
     - :verbose => true
     - :backtrace => false
     - :bulk_threshold => 1000
  - REMOTE SOURCES:
     - https://rubygems.org/
  - SHELL PATH:
     - /usr/local/sbin
     - /usr/local/bin
     - /usr/sbin
     - /usr/bin
     - /sbin
     - /bin

----------------vhost-----------------------

<VirtualHost *:80>
     ServerAdmin marcos@ekiona.com
     Servername hostname

    DocumentRoot /var/www/html/
    PassengerAppRoot /opt/redmine/redmine-3.3.1/public
  PassengerEnabled on

    <Location /redmine>
            RailsEnv production
            RackBaseURI /redmine
            Options -MultiViews
    </Location>
</VirtualHost>

----------------database.yml-----------------------
production:
  adapter: mysql2
  database: redmine
  host: localhost
  username: redmine
  password: XXXX
  encoding: utf8

-------------- permissions--------------------------------
root@redmine:/opt/redmine/redmine-3.3.1# ls -l
total 100
-rw-rw-r--  1     1000     1000  241 Oct 10 03:50 CONTRIBUTING.md
-rw-rw-r--  1     1000     1000 3753 Oct 10 03:50 Gemfile
-rw-r--r--  1 www-data www-data 4970 Jan  5 06:53 Gemfile.lock
-rw-rw-r--  1     1000     1000  205 Oct 10 03:50 README.rdoc
-rw-rw-r--  1     1000     1000  275 Oct 10 03:50 Rakefile
drwxrwxr-x  6     1000     1000 4096 Oct 10 03:50 app
-rw-rw-r--  1     1000     1000  851 Oct 10 03:50 appveyor.yml
drwxrwxr-x  2     1000     1000 4096 Oct 10 03:50 bin
drwxrwxr-x  5     1000     1000 4096 Jan  5 05:24 config
-rw-rw-r--  1     1000     1000  160 Oct 10 03:50 config.ru
drwxrwxr-x  3     1000     1000 4096 Jan  5 07:02 db
drwxrwxr-x  2     1000     1000 4096 Oct 10 03:50 doc
drwxrwxr-x  5     1000     1000 4096 Oct 10 03:50 extra
drwxr-xr-x  2 www-data     1000 4096 Oct 10 03:50 files
drwxrwxr-x  7     1000     1000 4096 Oct 10 03:50 lib
drwxr-xr-x  2 www-data     1000 4096 Jan  5 07:02 log
drwxrwxr-x  2     1000     1000 4096 Oct 10 03:50 plugins
drwxrwxr-x  8     1000     1000 4096 Jan  7 17:13 public
drwxrwxr-x  2     1000     1000 4096 Oct 10 03:50 script
drwxrwxr-x 10     1000     1000 4096 Oct 10 03:50 test
drwxr-xr-x 10 www-data     1000 4096 Jan  5 07:56 tmp
-rw-r--r--  1 root     root     8192 Jan  9 05:00 typescript
drwxrwxr-x  2     1000     1000 4096 Oct 10 03:50 vendor

root@redmine:/var/www/html# ls -l
total 12
-rw-r--r-- 1 root root 10718 Jan  5 11:04 index.html
lrwxrwxrwx 1 root root    34 Jan  5 08:42 redmine -> /opt/redmine/redmine-3.3.1/public/

------------------ passenger-memory-stats --------------------------

Version: 4.0.53
Date   : 2017-01-09 10:27:54 -0500

-------- Apache processes --------

-------- Nginx processes ---------

----- Passenger processes ------
PID    VMSize    Resident  Name
--------------------------------
17577  218.0 MB  1.9 MB    PassengerWatchdog
17580  501.0 MB  2.4 MB    PassengerHelperAgent
17585  221.3 MB  4.9 MB    PassengerLoggingAgent
root@redmine:/opt/redmine/redmine-3.3.1# passenger-status
Version : 4.0.53
Date    : 2017-01-09 10:27:58 -0500
Instance: 17343
----------- General information -----------
Max pool size : 6
Processes     : 0
Requests in top-level queue : 0

----------- Application groups -----------