Python/Postgres

Asked

Viewed 259 times

1

Hi,

Is it possible to install a localhost server with Python/Postgresql? I know it is possible with PHP/Mysql, like XAMPP, WAMPP, etc..

I need to run a system that uses Python/Postgresql and my server is Hostgator shared and does not offer Postgresql.

Can someone help me?

2 answers

1

If you prefer, you can also use Docker... for both the database and python. Usually more convenient to use Ocker for this type of problem as it can save you a lot of time with other possible problems.

If you choose to use Docker on Windows and need to check if your operating system version supports Hyper-V.

  • Luis, the question is from 2017 and I find it difficult for Hostgator to provide Docker to its customers. If you look at service list they will see that your answer makes no sense to his question.

1

  • Is there an installation order? Is there a conflict with XAMPP server?

  • The order makes no difference, and just can’t run on a door already in use.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.