-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notes on installation at CORI #10
Comments
For the build failing:
export GITHUB_USERNAME 'your github username'
export GITHUB_TOKEN 'your github token' |
I am sorry, I missed this point on the instructions about the Tokens "Be sure to include read:packages". Now the error has gone but I get a new one after launching vars_build.sh > Task :compileJava FAILED > Task :compileJava FAILED |
@FranciscoCORI That message means you have Java 11 installed (i.e. class file version 55.0). You need to have Java 17 or later installed (class file 61) |
@hohonuuli Thanks a lot. I have installed Java 17 java -version Now, running vars_build.sh I get: Task :jpackage FAILED But I have been able to resolve it just with: sudo apt-get install fakeroot |
I have been able to install it, and bow I am trying to figure out how to use it. Thanks a lot @hohonuuli It´s not a big deal, but perhaps it could be easier to follow by rookies like me if this phrase is write in this way Run the VARS Knowledgebase application located in m3-quickstart/temp/apps. . The first time it's run it will ask you to create an admin account. Remember your admin password!! |
I have being able to register a test video following: The next step is to register the video. It's highly recommended that you follow a naming convention described here. But in the link I haven´t being able to know the naming convention. After getting this error: ubuntu@cori:~/m3-quickstart/bin$ ./vars_register_media.sh "GoPro10" "Palomas" "http://141.147.1.6/media/12052022.mp4" And checking the file timeutil.py I have being able to register it following the convention name: "%Y%m%dT%H%M%S.%fZ" getting : ./vars_register_media.sh "GoPro10" "Palomas" "http://141.147.1.6/media/20220301T120022Z.mp4" |
Starting a thread to help improve future user experiences when running a VARS intallation. Notes from Slack:
From Francisco:
The text was updated successfully, but these errors were encountered: