mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
Updated s390x (markdown)
parent
65cd78f007
commit
ee08cd9798
1 changed files with 6 additions and 3 deletions
9
s390x.md
9
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue