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
{{ message }}
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.
Right now there's an installation script that will install KumoReg and all the dependencies on a clean Ubuntu 16.04 server. That's good for convenience, but it would also be nice to have a script that would deploy a new version.
Shut down running services (kumoreg and kumoregtraining)
Copy current .jar to /usr/local/kumoreg/
Remove the symlink /usr/local/kumoreg/kumoreg.jar
Create a symlink /usr/local/kumoreg/kumoreg.jar to the current version's jar file
Start kumoreg services
Database schema changes will be handled automatically when the application starts (...I think)
Not sure that downgrading is supported, though theoretically it would work as long as the schema hasn't changed too much (note the possibility for data loss there - though the schema hasn't changed much in a while)
Support Ubuntu, though ideally Centos/etc would be the same.
The text was updated successfully, but these errors were encountered:
Right now there's an installation script that will install KumoReg and all the dependencies on a clean Ubuntu 16.04 server. That's good for convenience, but it would also be nice to have a script that would deploy a new version.
Database schema changes will be handled automatically when the application starts (...I think)
Not sure that downgrading is supported, though theoretically it would work as long as the schema hasn't changed too much (note the possibility for data loss there - though the schema hasn't changed much in a while)
Support Ubuntu, though ideally Centos/etc would be the same.
The text was updated successfully, but these errors were encountered: