remove duplicated lines
This commit is contained in:
parent
cd73a9a94e
commit
8d24e93a16
1 changed files with 1 additions and 9 deletions
|
|
@ -4,12 +4,10 @@ # Contributing
|
||||||
|
|
||||||
You can ask for guidance anytime on our [Discord server](https://coollabs.io/discord) in the `#contribute` channel.
|
You can ask for guidance anytime on our [Discord server](https://coollabs.io/discord) in the `#contribute` channel.
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Code Contribution
|
## Code Contribution
|
||||||
|
|
||||||
### 1. Setup your development environment
|
### 1. Setup your development environment
|
||||||
---
|
|
||||||
|
|
||||||
Follow the steps below for your operating system:
|
Follow the steps below for your operating system:
|
||||||
|
|
||||||
|
|
@ -47,7 +45,6 @@ #### Linux
|
||||||
---
|
---
|
||||||
|
|
||||||
### 2. Verify Installation
|
### 2. Verify Installation
|
||||||
---
|
|
||||||
|
|
||||||
After installing Docker (or Orbstack) and Spin, verify the installation:
|
After installing Docker (or Orbstack) and Spin, verify the installation:
|
||||||
|
|
||||||
|
|
@ -62,7 +59,6 @@ ### 2. Verify Installation
|
||||||
---
|
---
|
||||||
|
|
||||||
### 3. Fork/Clone the Coolify Repository and Setup your Development Environment
|
### 3. Fork/Clone the Coolify Repository and Setup your Development Environment
|
||||||
---
|
|
||||||
|
|
||||||
1. Fork/clone the [Coolify](https://github.com/coollabsio/coolify) repository to your GitHub account.
|
1. Fork/clone the [Coolify](https://github.com/coollabsio/coolify) repository to your GitHub account.
|
||||||
|
|
||||||
|
|
@ -88,7 +84,6 @@ ### 3. Fork/Clone the Coolify Repository and Setup your Development Environment
|
||||||
---
|
---
|
||||||
|
|
||||||
### 4. Set up Environment Variables
|
### 4. Set up Environment Variables
|
||||||
---
|
|
||||||
|
|
||||||
1. Copy the `.env.development.example` file to your `.env` file.
|
1. Copy the `.env.development.example` file to your `.env` file.
|
||||||
|
|
||||||
|
|
@ -104,7 +99,6 @@ ### 4. Set up Environment Variables
|
||||||
---
|
---
|
||||||
|
|
||||||
### 5. Start & Setup Coolify
|
### 5. Start & Setup Coolify
|
||||||
---
|
|
||||||
|
|
||||||
1. Open a terminal in the Coolify directory.
|
1. Open a terminal in the Coolify directory.
|
||||||
|
|
||||||
|
|
@ -122,7 +116,6 @@ ### 5. Start & Setup Coolify
|
||||||
---
|
---
|
||||||
|
|
||||||
### 6. Start Development
|
### 6. Start Development
|
||||||
---
|
|
||||||
|
|
||||||
1. Access your Coolify instance:
|
1. Access your Coolify instance:
|
||||||
- URL: `http://localhost:8000`
|
- URL: `http://localhost:8000`
|
||||||
|
|
@ -142,7 +135,6 @@ ### 6. Start Development
|
||||||
---
|
---
|
||||||
|
|
||||||
### 7. Contributing a New Service
|
### 7. Contributing a New Service
|
||||||
---
|
|
||||||
|
|
||||||
To add a new service to Coolify, please refer to our documentation:
|
To add a new service to Coolify, please refer to our documentation:
|
||||||
[Adding a New Service](https://coolify.io/docs/knowledge-base/add-a-service)
|
[Adding a New Service](https://coolify.io/docs/knowledge-base/add-a-service)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue