mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01: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
|
#!/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 "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 " with 'sudo dpkg-reconfigure locales' , so that MongoDB works correctly."
|
||||||
echo " You can still use any other locale as your main locale."
|
echo " You can still use any other locale as your main locale."
|
||||||
echo "Note2: Console output is also logged to ../wekan-log.txt"
|
echo "Note2: Console output is also logged to ../wekan-log.txt"
|
||||||
|
|
||||||
#Below script installs newest node 8.x for Debian/Ubuntu/Mint.
|
|
||||||
|
|
||||||
function pause(){
|
function pause(){
|
||||||
read -p "$*"
|
read -p "$*"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue