comparison python/install_config.py @ 878:e641fdf325bb

STUB: installing silvermirror
author Jeff Hammel <k0scist@gmail.com>
date Sat, 11 May 2019 14:39:45 -0700
parents c4044724689a
children 8a86595a6f9c
comparison
equal deleted inserted replaced
877:7953c011d16a 878:e641fdf325bb
5 this can be done with 5 this can be done with
6 curl http://k0s.org/hg/config/raw-file/tip/python/install_config.py | python 6 curl http://k0s.org/hg/config/raw-file/tip/python/install_config.py | python
7 """ 7 """
8 8
9 # TODO: 9 # TODO:
10 # - install silvermirror:
11 # ```
12 # python -m venv "${HOME}"/k0s
13 # mkdir -p "${HOME}"/k0s/src
14 # "${HOME}"/k0s/bin/pip install "${HOME}"/k0s/k0s-requirements.txt
15 # ```
10 # - dl and get ~/web/sync.ini : 16 # - dl and get ~/web/sync.ini :
11 # ``` 17 # ```
12 # mkdir -p "${HOME}/web" 18 # mkdir -p "${HOME}/web"
13 # scp jhammel@k0s.org:~/web/sync.ini "${HOME}"/web/sync.ini 19 # scp jhammel@k0s.org:~/web/sync.ini "${HOME}"/web/sync.ini
14 # ln -s /home/jhammel/web/sync.ini /home/jhammel/.silvermirror 20 # ln -s /home/jhammel/web/sync.ini /home/jhammel/.silvermirror