Easypanel > How do I update?
-
I set up an Ubuntu server with Lightsail via Amazon AWS. I installed easypanel. I installed nodebb via easypanel, but I don’t know how to update it from here. I could not run ssh console codes in easypanel project
-
S support@community.nodebb.org shared this topic
-
Maybe try
git fetch origin git reset --hard origin/master
-
I guess you would put your own gh credentials. What does this command show
git remote -v
? -
Looks good, try entering you github credentials and see if you can get the latest code.
-
@HuseyinKurklu Sounds like your password is wrong, did you try resetting it.
You can always try cloning nodebb into a new folder with
git clone https://github.com/NodeBB/NodeBB.git