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

Doc: Add upgrade instructions #790

Open
adrienandrem opened this issue Mar 26, 2022 · 1 comment
Open

Doc: Add upgrade instructions #790

adrienandrem opened this issue Mar 26, 2022 · 1 comment

Comments

@adrienandrem
Copy link

What's the problem you want solved?

Benefit from bugfixes with no code knowledge.

Is there a solution you'd like to recommend?

README.md mentions "upgrade often".
In install.md, develop this with explicit shell command(s).

@trosel
Copy link

trosel commented Jan 20, 2023

How does one upgrade the app in general (Without doing an uninstall and re-install that loses your data)?

Or, for faster updates and less stability, install Oasis from GitHub and upgrade often.

If one would do this advanced method, this is how I understand it:

Install first

git clone https://github.com/fraction/oasis.git
cd oasis
npm install -g --only=prod

Then to run oasis, just type oasis (do we need to add this to the path variables?)

Then to upgrade, cd into the oasis top level directory and run

git pull
npm install -g --only=prod

Is that right?

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

No branches or pull requests

2 participants