After the 1st step ,I did not have the specific file “conf.ini” but the files “conf_local.ini” and “conf_template.ini”. Any suggestion how to do the 3rd step?Also,how can you set up a “conf.ini” file?
I look forward to hearing from you a reply.Thank you in advance.
I did not make any changes in step 3, I just used the existing conf_local.ini
If you look at step 5, you can use any ini file you want. It looks like you can just use the existing conf_local.ini without any edits. You then type in the below to get a local host running which you can then open in a web browser.
python run.py -c conf_local.ini
Also a useful guide for the whole process is below:
I start again with the instructions from Blockcerts/Quickstart.I have just cloned the repo and trying to follow these : " This is the easiest way to show a blockchain certificate. Follow the installation instructions below, then use the blockchain-certificate element pointed at the hosted certificate.
</blockchain-certificate".
I didn’t understand which commands I should use.Any help to get started finally?
I forgot to mention that ,firstly I tried the step 4 “$ pip install” and it’s showed up “bash: pip: command not found”.Then,trying to “python run.py -c conf_local.ini” I had in my display “python: can’t open file ‘run.py’: [Errno 2] No such file or directory”.