There was an error while loading. Please reload this page.
Add the following
<script> $("#formID").ajaxForm(function(message){ toastr.info(message); setTimeout(function(){ location.reload(true); }, 1500); }); </script>
Run the following
sudo apt-get install npm cd ~/uber/sideboard/plugins/uber sudo npm install -g bower npm install grunt # Possibly unnecessary? sudo npm install -g grunt-cli sudo ln -s /usr/bin/nodejs /usr/bin/node bower install npm install grunt-bower-concat # Fails on Windows, see note below grunt
When upgrading Reggie the Registration system you can use the following sh file
uber/puppet/apply_node.sh localhost
Once completed use sep reset_uber_db to drop all the database tables
sep reset_uber_db
Are you getting an error stating that Port 8282 is not free on 0.0.0.0? SSH into your vagrant instance and use the command sudo supervisorctl stop all
sudo supervisorctl stop all