Updated s390x (markdown)

Lauri Ojansivu 2020-06-04 02:24:09 +03:00
parent 65cd78f007
commit ee08cd9798

@ -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