|
Notes on installing rcd (with eev - feb/2024)
If you don't know what is eev, start by this page about eepitch.
My Emacs tutorial based on eev starts by explaining elisp hyperlinks.
(Everybody knows what is Emacs).
• (eepitch-shell)
• (eepitch-kill)
• (eepitch-shell)
sudo apt-get install postgresql
sudo apt-get install libpq-dev
sudo apt-get install postgresql-contrib
sudo apt-get install postgresql-plperl
sudo apt-get install postgis
# (find-status "libpq-dev")
# (find-vldifile "libpq-dev.list")
# (find-vldifile "libpq-dev.list" "libpq-fe.h")
# (find-udfile "libpq-dev/")
|
• (eepitch-shell)
• (eepitch-kill)
• (eepitch-shell)
dropdb -e rcdnotes
dropdb -e smith
sudo -u postgres dropuser -e $USER
sudo -u postgres createuser -e --createdb $USER
createdb -e smith
createdb -e rcdnotes
psql rcdnotes
|
|