mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Updated s390x (markdown)
parent
d7bfac69d9
commit
4658291544
1 changed files with 15 additions and 0 deletions
15
s390x.md
15
s390x.md
|
|
@ -11,6 +11,21 @@
|
|||
|
||||
- wekan-VERSION-s390x.zip at https://releases.wekan.team/s390x/
|
||||
|
||||
### RHEL 8
|
||||
```
|
||||
sudo yum -y update
|
||||
sudo yum -y install git nano npm curl wget podman-docker openssl-devel libcurl-devel clang
|
||||
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
|
||||
mkdir repos
|
||||
cd repos
|
||||
git clone https://github.com/wekan/wekan
|
||||
...
|
||||
```
|
||||
|
||||
### RHEL 7
|
||||
|
||||
Node.js LTS newest 12.x release for s390x can be downloaded from https://nodejs.org
|
||||
|
||||
MongoDB v4.x Community Server for s390x RHEL7 is at https://www.mongodb.com.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue