20 May, 2015

1 commit


08 May, 2015

2 commits

  • - Adds host option to the postgres commands where necessary.
    - Passes -h option to tar when compressing in order to follow symlinks.
    
    Signed-off-by: Athos Ribeiro <athoscribeiro@gmail.com>
    Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
    Athos
     
  • - `rake backup` will now create a tarball with everything that needs to
      be backed up (files + database dump)
    
    - `rake restore BACKUP=/path/to/(...).tar.gz` will restore that backup
      over the current Noosfero instance.
    
    Multi-tenant setups are not supported yet.
    Antonio Terceiro
     

04 May, 2015

2 commits


25 Mar, 2015

1 commit


09 Mar, 2015

4 commits


06 Mar, 2015

1 commit

  • $ rake -f Rakefile.translations
    
    The above invocation will work without a full rails environment, which
    requires a config/database.yml, an actual database to connect to, plus
    loading all the Rails stack which is painfully slow.
    
    This can now be used by distribution packages to compile translations
    during package build without worrying much.
    Antonio Terceiro