Replies: 1 comment
-
|
The first line of the error points to the template assets. It seems the templates/assets directory is missing. Feel free to extend the instructions in the documentation, once you got it running. 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How to install and run GoBlog without docker?
In areas with high levels of internet censorship, ghcr.io and hub.docker.com are almost completely inaccessible. Installing any program with docker is extremely difficult. docker itself consumes memory.
If docker is not available, one can only try to download the source code and compile it manually. Try to run the binary executable manually. The official documentation does not currently have instructions for manual installation.
I followed the documentation and compiled the binary file manually. The compilation was successful. But the program does not run properly. Take I created the
data,staticandconfigdirectories manually. I copied the modifiedexample-config.ymlinto the config directory. I see the following output:OS: Debian 12
sqlite3 : 3.40.1
Thanks to jlelse for developing this program.
Beta Was this translation helpful? Give feedback.
All reactions