[add] install script
This commit is contained in:
parent
1a527de128
commit
d3795d2267
2 changed files with 13 additions and 2 deletions
2
code-serverx/config/.vscode/extensions.json
vendored
2
code-serverx/config/.vscode/extensions.json
vendored
|
@ -1,7 +1,5 @@
|
||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"quodatum.ext1",
|
|
||||||
"quodatum.vscode-basex",
|
|
||||||
"ms-azuretools.vscode-docker",
|
"ms-azuretools.vscode-docker",
|
||||||
"dbaeumer.vscode-eslint",
|
"dbaeumer.vscode-eslint",
|
||||||
"eamodio.gitlens",
|
"eamodio.gitlens",
|
||||||
|
|
13
code-serverx/config/install.sh
Executable file
13
code-serverx/config/install.sh
Executable file
|
@ -0,0 +1,13 @@
|
||||||
|
# setup
|
||||||
|
|
||||||
|
# fix docker socket permission
|
||||||
|
chmod 666 /var/run/docker.sock
|
||||||
|
|
||||||
|
# pull useful projects
|
||||||
|
cd /config/workspace
|
||||||
|
|
||||||
|
git pull https://git.quodatum.duckdns.org/apb/vscode-basex.git
|
||||||
|
git pull https://git.quodatum.duckdns.org/apb/thedocks
|
||||||
|
git pull https://github.com/Quodatum/xqlint.git
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue