How to Deploy and Use code-server
Code-server is a powerful tool that allows you to run VS Code in the browser, enabling remote development from any device. With code-server, you can access your development environment anywhere without needing to install VS Code locally.
1. Logging into Oikos#
Access the Nife Platform#
- Go to launch.nife.io and log in.
Navigate to the Marketplace#
- Once logged in, locate the sidebar and select Marketplace Applications.
Find code-server#
- Scroll through the available applications until you find code-server, or click on this link: code-server Marketplace
2. Deploying code-server#
Select code-server#
- Click on the code-server app in the marketplace.
Click Deploy#
- Choose the Deploy option to start the setup process.
Set Up Credentials#
- You'll be prompted to create a username and password. These credentials will be required to log in to code-server.
DNS Resolution#
- After deployment, wait approximately 90 seconds for DNS resolution to complete. Once done, your application link will become accessible.
3. Using code-server#
Once deployed, access code-server by clicking on Open App from the platform. Enter your previously created username and password to log in.
Key Features of code-server#
1. Write and Edit Code Anywhere#
- With VS Code running in your browser, you can work on your projects from any device.
2. Install Extensions#
- Use the built-in VS Code Extension Marketplace to add features and improve your development workflow.
3. Terminal Access#
- Open an integrated terminal to run commands just like in a local VS Code environment.
4. Git Integration#
- Easily commit, push, and pull changes with built-in Git support.
Conclusion#
With code-server, you now have a full-featured development environment accessible from anywhere. Whether you're coding on a tablet, Chromebook, or a low-powered device, code-server ensures you have the power of VS Code at your fingertips.