Hello, I get some of your products because I am learning web deployment. I want to start to coding, but I would like to edit file using Intellij IDEA or Pycharm. I have professional license because I am student. But I don’t have idea of how to connect through the IDE. Some of your team could help me please?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello,
What I would personally do in this case is to use Intellij IDEA for my local development.
Then once you are ready to deploy your code, you could push it to GitHub as described here:
https://www.digitalocean.com/community/tutorials/how-to-push-an-existing-project-to-github
Once you have your code in GitHub, you could use the DigitalOcean App platform. That way you would not have to do any server setup or maintenance and you would have automated deployments setup out of the box.
You can take a look at this video on how to get started with the App Platform:
If you are not familiar with Git, I could suggest this free eBook here:
Hope that this helps!
Best,
Bobby