2013-02-11 3 views
1

마침내 Mountain Lion Server에서 Gitlab을 실행했습니다.Gitlab 404 파일을 커밋 페이지

파일 및 커밋 페이지를 제외하고 모두 정상적으로 작동하는 것으로 나타났습니다. "404 찾고있는 리소스가 없습니다."

하지만 저장소가 비어 있지 않은 상태에서 문제없이 Git Tower로 푸시하고 당길 수 있습니다.

또 다른 이상한 동작은 네트워크 탭이 매력처럼 작동한다는 것입니다.

는 번들 간부 레이크 gitlab : RAILS_ENV을 확인 = 생산도 잘

Checking Environment ... 

gitlab user is in gitg group? ... yes 
Has no "-e" in ~gitolite/.profile ... yes 
Git configured for gitlab user? ... yes 
Has python2? ... yes 
python2 is supported version? ... yes 

Checking Environment ... Finished 

Checking Gitolite ... 

Using recommended version ... no 
    Try fixing it: 
    We strongly recommend using the version pointed out in the installation guide. 
    For more information see: 
    doc/install/installation.md in section "Gitolite" 
Repo umask is 0007 in .gitolite.rc? ... yes 
Allow all Git config keys in .gitolite.rc ... yes 
Config directory exists? ... yes 
Config directory owned by gitolite:gitg ... yes 
Config directory access is drwxr-x---? ... yes 
Repo base directory exists? ... yes 
Repo base directory is a symlink? ... no 
Repo base owned by gitolite:gitg? ... yes 
Repo base access is drwsrws---? ... yes 
Can clone gitolite-admin? ... yes 
Can commit to gitolite-admin? ... yes 
post-receive hook exists? ... yes 
post-receive hook up-to-date? ... yes 
post-receive hooks in repos are links: ... 
Groz Beckert Company Presentation Standalone App ... ok 
Git config in repos: ... 
Groz Beckert Company Presentation Standalone App ... ok 

Checking Gitolite ... Finished 

Checking Sidekiq ... 

Running? ... yes 

Checking Sidekiq ... Finished 

Checking GitLab ... 

Database config exists? ... yes 
Database is SQLite ... no 
All migrations up? ... yes 
GitLab config exists? ... yes 
GitLab config outdated? ... no 
Log directory writable? ... yes 
Tmp directory writable? ... yes 
Init script exists? ... no 
    Try fixing it: 
    Install the init script 
    For more information see: 
    doc/install/installation.md in section "Install Init Script" 
    Please fix the error above and rerun the checks. 
Init script up-to-date? ... can't check because of previous errors 
Projects have satellites? ... 
Groz Beckert Company Presentation Standalone App ... yes 

Checking GitLab ... Finished 

누구나 단서있어 보인다? 그것은 GitLab 어떤 정확한 버전에서 실행중인 따라 달라질 수 있습니다

답변

0

:

Issue 2698

Issue 2602에 의해 단순한 이십일 전에 해결은 하위 도메인에 gitlab를 사용할 때 상대 주소 링크, 문제를 나타내는 것 같다

http://dev.mysite.com:81/gitlab/ 
+0

힌트를 주셔서 다시 한번 감사드립니다. 아파치 conf에서 RailsBaseURI를 정의하는 것만으로도 충분할 것이라고 생각했지만, 내 config/environments/production.conf에'ENV [ 'RAILS_RELATIVE_URL_ROOT']'를 추가하고 config의'relative_url_root :'를 주석 처리해야했다. /gitlab.yml – zentur