https://github.com/davidwessman/scripts
Setup and configuration scripts.
https://github.com/davidwessman/scripts
Last synced: 4 months ago
JSON representation
Setup and configuration scripts.
- Host: GitHub
- URL: https://github.com/davidwessman/scripts
- Owner: davidwessman
- License: mit
- Created: 2017-03-01T23:28:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T09:48:14.000Z (over 8 years ago)
- Last Synced: 2025-03-25T14:44:59.980Z (9 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Scripts used for installing, configuring or repairing.
Mainly used on Mac OS.
## Contents
### Postgres
Due to a bug when restarting Postgres, it sometimes cannot start the process
again - because a PID-file already exists. This script holds the routine for
fixing this, found the solution
[here](http://www.innovaedge.com/2015/08/08/fixing-postgres-that-doesnt-come-up-on-macosx-after-a-restart/).
### Find process of port 3000
Sometimes when closing rails in a bad way, it holds port 3000.
This scripts lists the PIDs holding the port.
### Docker-Valgrind
Valgrind doesn't run well on Mac OS, so Docker is used to create an
ubuntu-environment.
### Setup valgrind
This prepares the docker-valgrind setup to be able debug memory leaks.