You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For now, what I'm doing to get resthub for my students :
get the source tarball here for latest stable tag (today 1.1.2.1)
unzip it in a folder on my computer
do mvn package
go to target/resthub-1.1.2.1
remove WEB-INF and META-INF folders
make a zip with what is remaining (test, documentation and lib)
distribute directly this zip to my students
It should have been :
distribute to my students the download url
It's way too complicated to get a 100% sure working resthub-js (sources may work directly, but only mvn package can make us sure of it) if you just don't need/want to use resthub / tomcat / maven / java
The text was updated successfully, but these errors were encountered:
For now, what I'm doing to get resthub for my students :
mvn package
It should have been :
It's way too complicated to get a 100% sure working resthub-js (sources may work directly, but only mvn package can make us sure of it) if you just don't need/want to use resthub / tomcat / maven / java
The text was updated successfully, but these errors were encountered: