Skip to content

ehx/voluntAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

voluntAR

Instalar PostgreSQL:

sudo apt-get install libpq-dev python-dev

sudo apt-get install postgresql postgresql-contrib

Configurar Postgres:

  • sudo su - postgres

  • psql

  • CREATE DATABASE "voluntAR";

  • CREATE USER admin WITH PASSWORD "admin";

  • GRANT ALL PRIVILEGES ON DATABASE "voluntAR" TO "admin";

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •