mirror of
https://github.com/c0de-archive/c0de.dev-blog.git
synced 2024-12-22 08:52:39 +00:00
change update instructions
This commit is contained in:
parent
fab515ef31
commit
3647bfe04c
3
Makefile
3
Makefile
@ -20,6 +20,9 @@ uninstall:
|
|||||||
|
|
||||||
update:
|
update:
|
||||||
@echo 'noop'
|
@echo 'noop'
|
||||||
|
@git submodule update --recursive --remote
|
||||||
|
@pip install -r requirements.txt
|
||||||
|
plugins
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
@echo 'Creating symlinks for 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. Setup a virtualenv - `virtualenv venv`
|
||||||
1. Activate it - `source venv/bin/activate`
|
1. Activate it - `source venv/bin/activate`
|
||||||
1. Install dependencies into virtualenv - `pip install -r requirements.txt`
|
1. Install dependencies into virtualenv - `pip install -r requirements.txt`
|
||||||
|
1. Install the service and plugins - `sudo make install`
|
||||||
|
|
||||||
## Updating
|
## Updating
|
||||||
|
|
||||||
1. SSH into your server
|
1. SSH into your server
|
||||||
1. `cd c0de.dev-blog`
|
1. `cd c0de.dev-blog`
|
||||||
1. Activate virtualenv - `source venv/bin/activate`
|
1. `source venv/bin/activate`
|
||||||
1. Install/Update plugins - `git submodule update --recursive --remote`
|
1. `make update`
|
||||||
1. Install dependencies into virtualenv - `pip install -r requirements.txt`
|
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user