diff --git a/s390x.md b/s390x.md index 9f424ff..777514c 100644 --- a/s390x.md +++ b/s390x.md @@ -14,7 +14,7 @@ ### RHEL 8 ``` sudo yum -y update -sudo yum -y install git nano npm curl wget podman-docker openssl-devel libcurl-devel clang +sudo yum -y install git nano npm curl wget podman-docker openssl-devel libcurl-devel clang zip unzip docker run --name wekan-db -d -p 127.0.0.1:27017:27017 mongo sudo npm -g install n sudo n 12.18.0 ## newest 12.x from https://nodejs.org @@ -24,7 +24,10 @@ git clone https://github.com/wekan/wekan cp wekan/start-wekan.sh . nano start-wekan.sh # Edit start-wekan.sh for ports and paths, so starts -# "node main.js" at "build" directory" +# "node main.js" at "build" directory". +# Look for version number from https://releases.wekan.team/s390x/ +wget https://releases.wekan.team/s390x/wekan-VERSION-s390x.zip +unzip wekan*s390x.zip ./start-wekan.sh ``` @@ -51,7 +54,7 @@ At https://github.com/wekan/wekan/wiki is also info about Caddy/Nginx/Apache etc Some related links also at https://github.com/wekan/wekan/wiki/Platforms -## How this s390x bundle package was created +## How this s390x bundle package was created for RHEL 7 1. Install Node.js 2. scp wekan-VERSION.zip bundle to s390x server, and unzip it