Skip to content

ecanuto/theia-cloud

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Theia Cloud IDE

Theia Cloud IDE installation scripts.

Setup

Requirements

Node.js and Yarn:

curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
sudo apt install -y nodejs
sudo npm i -g corepack

Additional tools and libraries:

sudo apt install build-essential pkg-config \
    libx11-dev libxkbfile-dev libsecret-1-dev

Installation

git clone https://github.com/ecanuto/theia-cloud.git /opt/theia
cd /opt/theia
yarn setup

Install systemd service:

ln -s /opt/theia/lib/theia@.service /etc/systemd/system/theia@.service

systemctl daemon-reload
systemctl enable theia@$USER
systemctl start theia@$USER

About

Theia Cloud IDE installation scripts

Resources

License

Stars

2 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages