mirror of
https://github.com/c0de-archive/c0de.dev-blog.git
synced 2024-10-31 23:07:47 +00:00
add update instructions
This commit is contained in:
parent
c450546d87
commit
d0234764fe
@ -15,6 +15,14 @@ There's not really a whole lot here, but it contains all the posts and content;
|
||||
1. Install dependencies into virtualenv - `pip install -r requirements.txt`
|
||||
|
||||
|
||||
## Updating
|
||||
|
||||
1. SSH into your server
|
||||
1. `cd c0de.dev-blog`
|
||||
1. Activate virtualenv - `source venv/bin/activate`
|
||||
1. Install/Update plugins - `git submodule update --recursive --remote`
|
||||
1. Install dependencies into virtualenv - `pip install -r requirements.txt`
|
||||
|
||||
## TODO
|
||||
|
||||
* Service/Unit to run this in a server on prod
|
||||
|
Loading…
Reference in New Issue
Block a user