julianoappelklein / hokus

A modern CMS for Hugo
https://www.hokuscms.com/
MIT License
606 stars 42 forks source link

Raspberry Pi #110

Closed slashtechno closed 1 year ago

slashtechno commented 3 years ago

Can this run on Raspberry Pi?

I do not think there are any ARM 32-Bit releases, so if this works with Box86 (a x86 emulator) can instructions be added?

b1nch0 commented 1 year ago

( just check main readme, you will find your desired steps

Building on Linux

Install the required tools:

sudo apt-get install nodejs
sudo apt-get install npm

Clone the repository and set the current directory to the root:

git clone https://github.com/julianoappelklein/hokus.git && cd hokus

Install NPM dependencies and build:

npm install && npm run dist-linux
slashtechno commented 1 year ago

( just check main readme, you will find your desired steps

Building on Linux

Install the required tools:

sudo apt-get install nodejs
sudo apt-get install npm

Clone the repository and set the current directory to the root:

git clone https://github.com/julianoappelklein/hokus.git && cd hokus

Install NPM dependencies and build:

npm install && npm run dist-linux

Sorry, I created this issue when I was less familiar with Linux, and the command line in general, and I forgot about this issue.