Hi Tobias,
please update the submodules as well:
  git submodule update
make sure that git is the owner of the assets:
  sudo chown git:git -R public
and correct the root setting in: /etc/nginx/conf.d/gitorious.conf There are
two server sections (for http and https), they both should set root to:
  root /var/www/gitorious/app/public;
in my case it was incorrectly pointing to:
/var/www/gitorious/app/current/public. Finally please restart nginx:
  sudo /etc/init.d/nginx restart

Joseph, I've updated the upgrading guide on wiki, there is a simpler way to
upgrade to latest version, just follow the instructions here:
https://gitorious.org/gitorious/pages/Upgrading#Upgrading+from+3.0.0+to+developer+version++

Cheers,
Pawel


On Wed, Jan 15, 2014 at 9:40 PM, Joseph D <[email protected]> wrote:

> Tobias,
>   Where did you find these update steps?  I've not found any documented
> 3.0+ update procedure so I was curious.
>
>
>
> On Wednesday, January 15, 2014 10:53:02 AM UTC-6, 
> [email protected]:
> > Hello,
> >
> > i have currently Gitorious 3.0 installed with the ce-installer in end of
> November. I have also the same errors reportered here regarding the
> ldap-authorization. So i tried to update to the current master branch to
> see if errors are fixed. But i didn't have any success with this. After the
> update to the current master I get a 404 error on any static file of the
> server. To update I did these steps:
> >
> > 1. git fetch origin
> > 2. git merge origin/master
> > 3. git submodule init
> > 4. bundle install
> > 5. RAILS_ENV=production bundle exec rake db:migrate
> > 6. RAILS_ENV=production bundle exec rake assets:clean
> > 7. RAILS_ENV=production bundle exec rake assets:precompile (as git user)
> > 8. RAILS_ENV=production script/restart_unicorn
> >
> > I did all steps as root user with the exception of step 7.
> >
> > So did i missed something?
> >
> > br
> > Tobias
>
> --
> --
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
>
> ---
> You received this message because you are subscribed to the Google Groups
> "Gitorious" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
-- 
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]

--- 
You received this message because you are subscribed to the Google Groups 
"Gitorious" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to