mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
For development, only recommend Debian 12 amd64, because Sandstorm works at Debian 12.
Sandstorm does not work at Ubuntu 24.04. Thanks to xet7 ! Related https://github.com/sandstorm-io/sandstorm/issues/3712
This commit is contained in:
parent
d6d8144476
commit
1bd30bc121
1 changed files with 1 additions and 3 deletions
|
@ -1,14 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
echo "Recommended for development: Newest Ubuntu or Debian amd64, directly to SSD disk or dual boot, not VM. Works fast."
|
||||
echo "Recommended for development: Debian 12 amd64, directly to SSD disk or dual boot, not VM. Works fast."
|
||||
echo "Note1: If you use other locale than en_US.UTF-8 , you need to additionally install en_US.UTF-8"
|
||||
echo " with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly."
|
||||
echo " You can still use any other locale as your main locale."
|
||||
echo "Note2: Console output is also logged to ../wekan-log.txt"
|
||||
|
||||
#Below script installs newest node 8.x for Debian/Ubuntu/Mint.
|
||||
|
||||
function pause(){
|
||||
read -p "$*"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue