#nerdeez-scripts
common bash scripts make sure you chmod the scripts to be executables
sudo chmod +x {NAME_OF_SCRIPT}
will check if port number has a program that holds the port busy if program exists will kill it to free the port. usefull when we runserver on eclipse somtime the port is not freed
./killport {#PORT_NUMBER}
create a new user for postgres login information
./create_postgres_user {USERNAME} {PASSWORD}
install compass using ruby and rubygems
./install-compass
- install-prerequisites.sh (run only once)
- create_postgres_user.sh (run only once)
- heroku-django.sh (run for every new project)