Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi Steve, <br> <br>Sorry to hear that you still haven’t figured this out. What was the result of you last efforts? <br> <br>It looks like your site uses ActiveAdmin for it administration panel. Since you still have access to the server, you should be able add a new admin user through the rails console. If you login to the server directly, change to the directory holding the rails project and run: <br> <br><pre> <br>rails console <br> </pre> <br> <br>You should now be in the rails console. Here you can create a new <br>admin user by running: <br> <br><pre> <br>u=AdminUser.new(:email => “YOUR_EMAIL”, :password => ‘YOUR_NEW_PASSWORD’, :password_confirmation => ‘YOUR_NEW_PASSWORD’) <br>u.save <br></pre>
Andrew , thank you , as I made clear , this is all Greek to me. <br>I just want to log on to my site . If I can’t do it then I have no option but shut it down and begin again. There are things on the site that need cancelled and <br>updated . Any suggestions?