Instalando o PostgreSQL no WSL (Windows Subsystem Linux)
📰 Dev.to · Jackson Pires
Learn to install PostgreSQL on WSL for Rails development
Action Steps
- Install WSL on your Windows machine using the Microsoft Store
- Enable WSL by running the command 'wsl --install' in PowerShell
- Install PostgreSQL on WSL by running 'sudo apt-get update' and 'sudo apt-get install postgresql-13'
- Configure PostgreSQL to allow connections from your Rails application
- Test the PostgreSQL connection using the command 'psql -U postgres'
Who Needs to Know This
Developers working with Rails can benefit from this tutorial to set up a PostgreSQL database on WSL, improving their development workflow.
Key Insight
💡 PostgreSQL can be installed and used on WSL for Rails development, enhancing productivity.
Share This
🚀 Install PostgreSQL on WSL for seamless Rails development!
Key Takeaways
Learn to install PostgreSQL on WSL for Rails development
Full Article
Muitos perguntam se é possível usar o PostgreSQL dentro do WSL do Windows para trabalhar com o Rails...
DeepCamp AI