Skip to content
Snippets Groups Projects
Commit f82149ee authored by inertia's avatar inertia
Browse files

#68 added jinja2

parent 0ab1e1f5
No related branches found
No related tags found
2 merge requests!113Deploy to production,!112Fast biscuit
...@@ -96,14 +96,15 @@ $ git clone https://gitlab.syncad.com/hive/hivemind.git ...@@ -96,14 +96,15 @@ $ git clone https://gitlab.syncad.com/hive/hivemind.git
$ cd hivemind $ cd hivemind
$ git submodule update --init --recursive $ git submodule update --init --recursive
$ python3 setup.py build $ python3 setup.py build
$ sudo pip3 install jinja2
$ sudo python3 setup.py install $ sudo python3 setup.py install
``` ```
By default Hivemind will connect to the mainnet [https://api.hive.blog](https://api.hive.blog) but if required you can change this to connect to a testnet. To do this set the environment variable as described below. By default Hivemind will connect to the mainnet [https://api.hive.blog](https://api.hive.blog) but if required you can change this to connect to a testnet. To do this set the environment variable as described below.
```bash ```bash
# Note as of 2021-03-30, hivemind still internally uses the environment variable called STEEMD_URL for this. # Note as of 2021-05-14, hivemind still internally uses the environment variable called STEEMD_URL for this.
$ export STEEMD_URL='{"default":"http://127.0.0.1:8091"}' $ export STEEMD_URL='http://127.0.0.1:8091'
``` ```
Now that the basic setup is done you are able to sync the database. Now that the basic setup is done you are able to sync the database.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment