update - cloudcoderdotorg/CloudCoder GitHub Wiki
Prev | Next
We may distribute new pre-compiled CloudCoder binaries (bug fixes, new features, etc). To take advantage of these new binaries:
-
Shutdown your current CloudCoder builders (instructions here)
-
Shutdown your current CloudCoder server (instructions here)
-
Copy your current cloudcoderApp.jar and cloudcoderBuilder.jar files to a separate folder (i.e. don't copy over your existing cloudcoderApp.jar and cloudcoderBuilder.jar files) in case the new binaries don't work.
-
Download the new binaries into the
cloudcoderfolder. -
Configure the new binaries
java -jar cloudcoderApp.jar configure -
Upgrade the database
Run this command from the
cloudcoderfolder:java -jar cloudcoderApp.jar migratedb -
Copy cloudcoderApp.jar to
cloudcoder/webappand cloudcoderBuilder.jarcloudcoder/builderYou can skip this step if you previously created symlinks.
-
Start the server (instructions here)
-
Start the builder (instructions here)
