14 lines
443 B
Markdown
14 lines
443 B
Markdown
# workspaces-public
|
|
|
|
## Setup - Linux x64
|
|
~~~
|
|
cd /srv
|
|
wget /srv/workspaces-linux-x64-install.sh https://git.exystem.net/Exystem-Services-Dev/workspaces-public/raw/branch/main/Setup/workspaces-linux-x64-install.sh
|
|
sudo chmod +x workspaces-linux-x64-install.sh
|
|
sudo ./workspaces-linux-x64-install.sh apache2|nginx domain.com mail@domain.com
|
|
~~~
|
|
In case of error try:
|
|
~~~
|
|
sudo apt-get install dos2unix
|
|
dos2unix workspaces-linux-x64-install.sh
|
|
~~~ |