Skip to content
Discussion options

You must be logged in to vote

@nateProjects I am another user, not this project's developer, but I can tell you what I do.

  1. Stop the otterwiki and nginx services
    sudo systemctl stop otterwiki && sudo systemctl stop nginx
  2. Change directory to the location of otterwiki, for me that is in /opt
    cd /opt/otterwiki
  3. Fetch all the repo changes
    git fetch
  4. Checkout the latest version
    git checkout v2.10.6
  5. Update the pip packages if needed
    ./venv/bin/pip install .
  6. Start the services
    sudo systemctl start nginx && sudo systemctl start otterwiki

I am curious if others have another method but this is simple and has worked for me every time.

Edit: I just remembered that I did have to do one more thing to update from v2.10.4 to v2.10.5. …

Replies: 4 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by nateProjects
Comment options

You must be logged in to vote
1 reply
@rluzuriaga
Comment options

Comment options

You must be logged in to vote
2 replies
@rhartmann
Comment options

@redimp
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants