Max, 

I compile my code  locally and then copy  the compiled code over to the prod/qa 
vm, where I then run ant update 

local
        mvn clean 
        mvn package 
        # also include the commit log 
        ( gitinfo; git log --abbrev-commit --pretty=oneline --graph --no-color 
> dspace/target/dspace-installer/COMMITLOG)
        # tar code and scp to destination 
        (cd dspace/target; tar cfz tgz  dspace-installer && scp tgz 
user@remote:/path/deploy_dir/file )

remote 
     cd /path/deploy_dir
     # if you want to keep dated deploy directories around 
     mkdir dated_dir 
     cd dated_dir 
     tar xfz ../tgz 
     cd dspace-installer
     ant update 

In the case of the production installation I have to add passwords at the 
destination 
Not the most automated - but I do not deploy all that often 

Monika


—
Monika Mevenkamp
Digital Repository Infrastructure Developer
Princeton University
Phone: 609-258-4161
Skype: mo-meven

> On Apr 27, 2018, at 5:16 AM, MaX Verner <maximver...@gmail.com> wrote:
> 
> Hello, 
> there is a way to use the dspace on the production-server without maven and 
> ant? 
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "DSpace Technical Support" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to dspace-tech+unsubscr...@googlegroups.com 
> <mailto:dspace-tech+unsubscr...@googlegroups.com>.
> To post to this group, send email to dspace-tech@googlegroups.com 
> <mailto:dspace-tech@googlegroups.com>.
> Visit this group at https://groups.google.com/group/dspace-tech 
> <https://groups.google.com/group/dspace-tech>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
You received this message because you are subscribed to the Google Groups 
"DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dspace-tech+unsubscr...@googlegroups.com.
To post to this group, send email to dspace-tech@googlegroups.com.
Visit this group at https://groups.google.com/group/dspace-tech.
For more options, visit https://groups.google.com/d/optout.

Reply via email to