From 7a20de88de00269ba92261c907c9f25fc2bc5dd8 Mon Sep 17 00:00:00 2001 From: Mohammed Sohail Date: Wed, 27 Oct 2021 17:07:23 +0300 Subject: [PATCH] docs: update --- README.md | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index e4f8c68..f646d40 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,15 @@ -# GRASSROOTS NEW STATIC WEBSITE +# Grassroots Pelican Webiste A static website built with pelican. -## INSTRUCTIONS ON HOW TO BUILD +## Development -```angular2html +```sh python3 -m venv env source env/bin/activate pip install -r requirements.txt make devserver ``` -## With Docker - -docker build -t ge-blog . - -docker run -p 8000:80 ge-blog - - ## Standalone Deploy __On a new or existing droplet (requires docker and docker-compose)__ @@ -30,6 +23,6 @@ $ docker build -t ge-blog -f Dockerfile ../ $ docker run -d -p 80:80 -p 443:443 -v $(pwd)/data/certbot/conf:/etc/letsencrypt -v $(pwd)/data/certbot/www:/var/www/certbot ge-blog # Check if http->https redirect works https://httpstatus.io/ -# http://www.stormspirit.tech -# https://www.stormspirit.tech +# http://grassecon.net +# https://grassecon.net ``` \ No newline at end of file