gronk/Makefile

12 lines
280 B
Makefile
Raw Normal View History

2021-04-30 20:55:13 +00:00
install:
2021-06-29 13:35:21 +00:00
cp notes2web.py /usr/local/bin
2021-06-29 13:58:22 +00:00
pip install -r requirements.txt
2021-04-30 20:57:49 +00:00
mkdir -p /opt/notes2web
cp -r templates /opt/notes2web
cp styles.css /opt/notes2web
2021-08-19 13:43:42 +00:00
cp fuse.js /opt/notes2web
cp search.js /opt/notes2web
2021-04-30 20:55:13 +00:00
2021-04-30 21:01:08 +00:00
uninstall:
2021-06-29 13:35:21 +00:00
rm -rf /usr/local/bin/notes2web.py /opt/notes2web