First Release
This commit is contained in:
27
custom/theia/files/package.json
Normal file
27
custom/theia/files/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"typescript": "latest",
|
||||
"@theia/typescript": "next",
|
||||
"@theia/navigator": "next",
|
||||
"@theia/terminal": "next",
|
||||
"@theia/outline-view": "next",
|
||||
"@theia/preferences": "next",
|
||||
"@theia/messages": "next",
|
||||
"@theia/git": "next",
|
||||
"@theia/file-search": "next",
|
||||
"@theia/markers": "next",
|
||||
"@theia/preview": "next",
|
||||
"@theia/callhierarchy": "next",
|
||||
"@theia/merge-conflicts": "next",
|
||||
"@theia/search-in-workspace": "next",
|
||||
"@theia/json": "next",
|
||||
"@theia/textmate-grammars": "next",
|
||||
"@theia/mini-browser": "next",
|
||||
"@theia/python": "next",
|
||||
"@theia/cpp": "next"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "next"
|
||||
}
|
||||
}
|
||||
16
custom/theia/files/theia.service
Normal file
16
custom/theia/files/theia.service
Normal file
@@ -0,0 +1,16 @@
|
||||
[Unit]
|
||||
Description=Theia Ide
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
PIDFile=/run/theia.pid
|
||||
ExecStart=/usr/local/bin/yarn theia start --hostname 0.0.0.0 /home/pi/projects
|
||||
User=pi
|
||||
Group=pi
|
||||
WorkingDirectory=/opt/theia
|
||||
Restart=always
|
||||
RestartSec=10
|
||||
#KillMode=mixed
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user