The update server requires Rx-Hub to be version 0.1.249 or higher
The update server requires Rx-Hub to be version 0.1.249 or higher. If Rx-Hub is below the required version, you will need to manually update it by downloading the update package, extracting it on top of the existing installation and running the following commands:
bundle install --deployment bundle exec rake db:migrate bundle exec rake db:seed bundle exec rake rx_module:stop_service bundle exec rake rx_module:start_service
You must be on the local network to upload a package
In order to upload packages to the update server, you need to be on the local network. Any packaged uploaded off the network will be rejected with a 401 response. To upload a package on the local network, connect to the VPN and update your .env file as follows
UPDATE_SERVER=192.168.168.201:3333