Re: [dspace-tech] Dspace on the production-server

2018-04-28 Thread MaX Verner
Thank you, Monika.

пятница, 27 апреля 2018 г., 16:23:53 UTC+3 пользователь momeven написал:
>
> 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  
> 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...@googlegroups.com .
> To post to this group, send email to dspac...@googlegroups.com 
> .
> Visit this group at https://groups.google.com/group/dspace-tech.
> For more options, visit 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.


Re: [dspace-tech] Dspace on the production-server

2018-04-27 Thread Monika Mevenkamp
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  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 
> .
> 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 
> .

-- 
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.


[dspace-tech] Dspace on the production-server

2018-04-27 Thread MaX Verner
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.
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.