-
Notifications
You must be signed in to change notification settings - Fork 3
bookbrainz
Prashant edited this page Mar 12, 2019
·
5 revisions
/etc/init.d/redis-server stop
/etc/init.d/redis-server start
switch redis server
sudo kill
sudo lsof -t -i:5432`` kill tcp port
sudo service postgresql stop
stop postgres
npm install elasticsearch/elasticsearch-js#master
elastic search error handled
sanitize-html-react
knex@0.12.9
error
netstat -anp tcp | grep 6379
see port usage using net-tools
psql -h hostname -d databasename -U username -f file.sql
postgres dump
sudo -u postgres psql
sudo nano /etc/postgresql/10/main/pg_hba.conf
peer -> trust -> md5 then ALTER USER postgres PASSWORD 'my_postgres_password';
sudo docker exec -it bookbrainz-site bash
get docker bash access
npm run build-less
to buils less files
npm run postinstall
to download style folders