DEV Community

Tyenn_Siiwee
Tyenn_Siiwee

Posted on

How to install and deploy Dify and obtain the free API Key

1. Environmental Preparation

The operation of Dify requires some essential components. Now, the download process has begun.

Download of Docker
Website:https://www.docker.com/
Docker is a special environment for running dify.

Press enter or click to view image in full size

1.2 Download of Git component
Website:https://git-scm.com/
Git is a necessary component for subsequent cloning.

2.The cloning and installation of DIFY

2.1 Find the source file database of Dify on GitHub
https://github.com/langgenius/dify

2.2 Clone all the files from the database location on the terminal using git with administrator privileges.

After cloning the file, enter the following command to complete the copying of the configuration file.

3. After the installation is completed, proceed to initialize the DIFY configuration.

Click on the browserhttp://localhost/apps,set the email password and then start the initial configuration of Dify.

The model provider I’m looking for here is CanopyWave, and I will install it (their API is free and highly efficient. It is strongly recommended).

After the installation is completed, go to the official website
of Canopy Wave to obtain the exclusive API key: https://canopywave.com/

After the configuration is completed, you will be able to see all the models that can be invoked.

Finally, you can select the desired model to perform the task.

Top comments (0)