Skip to content

Commit 3cc957f

Browse files
committed
updated
1 parent c759fd4 commit 3cc957f

File tree

1 file changed

+1
-79
lines changed

1 file changed

+1
-79
lines changed

docs/developer/2_getting-started/installation.md

Lines changed: 1 addition & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@ This guide will walk you through the step-by-step process of installing Codebolt
66

77
Before installing Codebolt AI Editor, ensure your system meets the following requirements:
88

9-
### System Requirements
10-
- **Operating System**: Windows 10/11, macOS 10.15+, or Linux (Ubuntu 18.04+, CentOS 7+)
11-
- **Memory**: Minimum 4GB RAM (8GB recommended)
12-
- **Storage**: At least 2GB free disk space
13-
- **Network**: Internet connection for initial setup and AI features
14-
15-
### Required Software
16-
- **Node.js**: Version 16.0 or higher
17-
- Download from [nodejs.org](https://nodejs.org/)
18-
- Verify installation: `node --version`
19-
- **Git**: Latest version recommended
20-
- Download from [git-scm.com](https://git-scm.com/)
21-
- Verify installation: `git --version`
229

2310
## Installation Steps
2411

@@ -66,72 +53,7 @@ Before installing Codebolt AI Editor, ensure your system meets the following req
6653
3. **Verify Installation**
6754
```bash
6855
codebolt --version
69-
```
70-
71-
### Linux Installation
72-
73-
#### Ubuntu/Debian
74-
```bash
75-
# Add Codebolt repository
76-
curl -fsSL https://packages.codebolt.ai/gpg | sudo gpg --dearmor -o /usr/share/keyrings/codebolt-archive-keyring.gpg
77-
78-
echo "deb [arch=amd64 signed-by=/usr/share/keyrings/codebolt-archive-keyring.gpg] https://packages.codebolt.ai/apt stable main" | sudo tee /etc/apt/sources.list.d/codebolt.list
79-
80-
# Update package list and install
81-
sudo apt update
82-
sudo apt install codebolt-ai-editor
83-
```
84-
85-
#### CentOS/RHEL/Fedora
86-
```bash
87-
# Add Codebolt repository
88-
sudo tee /etc/yum.repos.d/codebolt.repo <<EOF
89-
[codebolt]
90-
name=Codebolt AI Editor
91-
baseurl=https://packages.codebolt.ai/rpm/stable
92-
enabled=1
93-
gpgcheck=1
94-
gpgkey=https://packages.codebolt.ai/gpg
95-
EOF
96-
97-
# Install using yum/dnf
98-
sudo yum install codebolt-ai-editor
99-
# or for newer systems:
100-
# sudo dnf install codebolt-ai-editor
101-
```
102-
103-
#### Verify Installation
104-
```bash
105-
codebolt --version
106-
```
107-
108-
## Post-Installation Setup
109-
110-
### 1. Initialize Codebolt
111-
```bash
112-
codebolt init
113-
```
114-
This command will:
115-
- Create the necessary configuration files
116-
- Set up the default workspace
117-
- Initialize the agent registry
118-
119-
### 2. Sign In to Codebolt Cloud (Optional)
120-
```bash
121-
codebolt auth login
122-
```
123-
- Provides access to cloud-based agents and models
124-
- Enables collaboration features
125-
- Syncs settings across devices
126-
127-
### 3. Install Extensions (Optional)
128-
```bash
129-
# Install popular extensions
130-
codebolt extension install typescript-support
131-
codebolt extension install git-integration
132-
codebolt extension install python-tools
133-
```
134-
56+
``
13557
## Troubleshooting Common Issues
13658

13759
### Issue: "Command not found: codebolt"

0 commit comments

Comments
 (0)