Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DjangoCRM committed Oct 30, 2024
1 parent a75c537 commit ad8f87d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/site/installation.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## CRM Software installation

To deploy the CRM, you will need: [Python](https://www.python.org/) and database.
This [Python CRM software](https://github.com/DjangoCRM/django-crm/) is developed taking into account compatibility with [MySQL](https://www.mysql.com/) and [PostgreSQL](https://www.postgresql.org) databases.
To deploy the CRM, you will need: [Python](https://www.python.org/){target="_blank"} and database.
This [Python CRM software](https://github.com/DjangoCRM/django-crm/){target="_blank"} is developed taking into account compatibility with [MySQL](https://www.mysql.com/){target="_blank"} and [PostgreSQL](https://www.postgresql.org){target="_blank"} databases.


### Fork the Repository

Click the Fork button in the upper right corner of the [Django CRM GitHub](https://github.com/DjangoCRM/django-crm/) repository's home page.
Click the Fork button in the upper right corner of the [Django CRM GitHub](https://github.com/DjangoCRM/django-crm/){target="_blank"} repository's home page.
You now have a copy of the repository in your personal GitHub account.

### Clone the project

To clone a repository, you must have [Git](https://git-scm.com/downloads) installed on your system and use terminal or cmd.
To clone a repository, you must have [Git](https://git-scm.com/downloads){target="_blank"} installed on your system and use terminal or cmd.
Clone this GitHub repository:

```cmd
Expand Down Expand Up @@ -47,5 +47,5 @@ pip install -r requirements.txt
```

If the project is deployed on a production server, a website server will also be required
(for example, [Apache](https://httpd.apache.org/)).
Full tutorial [here](https://docs.djangoproject.com/en/dev/topics/install/).
(for example, [Apache](https://httpd.apache.org/){target="_blank"}).
Full tutorial [here](https://docs.djangoproject.com/en/dev/topics/install/){target="_blank"}.

0 comments on commit ad8f87d

Please sign in to comment.