ssh -i <host.pem> [email protected]<public_ip>
, where <host.pem>
is host’s private key file, <public_ip>
is the public ip of the host, that can be found in the AWS dashboard.cd /opt/app/apps/block_scout_web/priv/static
./images
folder depending on what is missing. Refresh Blockscout instance page. For example, if favicon.ico
is missing in ./images
folder, just copy it from the root assets folder `cp favicon.ico ./images/. You should see now the missing assets.ssh -i <host.pem> [email protected]<public_ip>
, where <host.pem>
is host’s private key file, <public_ip>
is the public ip of the host, that can be found in the AWS dashboard./opt/app/apps/block_scout_web/lib/block_scout_web/templates/layout
_footer.html.eex
footer template in the favorite text editor. For example nano ./_footer.html.eex
and fix the line <% version = version() %>
(it is in the bottom of the file) with the hardcoded new version, for example, <% version = 'v1.3.3-beta' %>
and save.sudo systemctl restart explorer.service