Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't find documentation on how to update/upgrade ep-lite to new version #6728

Open
ajformation opened this issue Oct 26, 2024 · 4 comments
Open

Comments

@ajformation
Copy link


name: Doc on upgrade process


Is your feature request related to a problem? Please describe.
I can't find easily documentation on update/upgrade process

Describe the solution you'd like
A documentation in the wiki page on how to upgrade etherpad-lite

@ajformation
Copy link
Author

For example something simple as that is ok :

# As etherpad-user
$ which node
/opt/etherpad/.nvm/versions/node/v23.1.0/bin/node
$ cd <etherpad-lite-path>
$ git checkout v2.2.5 
$ git switch -c v2.2.5
$ ./bin/run.sh
...

It's simple

@ajformation
Copy link
Author

SPAM

@SamTV12345
Copy link
Member

For example something simple as that is ok :

# As etherpad-user

$ which node

/opt/etherpad/.nvm/versions/node/v23.1.0/bin/node

$ cd <etherpad-lite-path>

$ git checkout v2.2.5 

$ git switch -c v2.2.5

$ ./bin/run.sh

...

It's simple

Good idea. That would be a solution. If you'd like to you can file a pr.

@ajformation
Copy link
Author

PR Created

Thanks for review it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@SamTV12345 @ajformation and others