mirror of
https://github.com/c0de-archive/c0de.dev-blog.git
synced 2024-11-10 18:57:26 +00:00
change update instructions
This commit is contained in:
parent
fab515ef31
commit
3647bfe04c
3
Makefile
3
Makefile
@ -20,6 +20,9 @@ uninstall:
|
||||
|
||||
update:
|
||||
@echo 'noop'
|
||||
@git submodule update --recursive --remote
|
||||
@pip install -r requirements.txt
|
||||
plugins
|
||||
|
||||
plugins:
|
||||
@echo 'Creating symlinks for plugins'
|
||||
|
@ -13,15 +13,14 @@ There's not really a whole lot here, but it contains all the posts and content;
|
||||
1. Setup a virtualenv - `virtualenv venv`
|
||||
1. Activate it - `source venv/bin/activate`
|
||||
1. Install dependencies into virtualenv - `pip install -r requirements.txt`
|
||||
|
||||
1. Install the service and plugins - `sudo make install`
|
||||
|
||||
## 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`
|
||||
1. `source venv/bin/activate`
|
||||
1. `make update`
|
||||
|
||||
## TODO
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user