39 lines
597 B
Markdown
39 lines
597 B
Markdown
# Devlab Installation Guide
|
|
|
|
## Installation
|
|
|
|
Upload `install-devlab.sh` to your server, then run:
|
|
|
|
```bash
|
|
chmod +x install-devlab.sh
|
|
sudo ./install-devlab.sh
|
|
```
|
|
|
|
## Post-Installation Setup
|
|
|
|
After the installation completes, copy the `devlab` command to your system path:
|
|
|
|
```bash
|
|
sudo cp devlab.sh /usr/local/bin/devlab
|
|
```
|
|
|
|
Verify that Devlab is installed and running correctly:
|
|
|
|
```bash
|
|
devlab status
|
|
```
|
|
|
|
## Requirements
|
|
|
|
* Linux server with sudo privileges
|
|
* Bash shell
|
|
* Internet connectivity for package installation
|
|
|
|
## Usage
|
|
|
|
Check the current Devlab status:
|
|
|
|
```bash
|
|
devlab status
|
|
```
|