-
Notifications
You must be signed in to change notification settings - Fork 573
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shell script for easy setup of the project #1053
Conversation
sh docker.sh | ||
# PostgreSQL : Expecting that brew is preinstalled in your mac | ||
brew install postgres | ||
ln -sfv /usr/local/opt/postgresql/*.plist ~/Library/LaunchAgents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this not working? brew services start postgres
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did not work on my mac the first time, but the commands in this PR will work. Not the straightforward method, but it has a degree of certainty
then | ||
# Install Git and the repo for Kerala Rescue | ||
brew install git | ||
# ======= Uncomment the following line if you do not have the repository downloaded |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The docker installation is missing brew cask install docker
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docker is not mandatory, as per my understanding. The docker might repeat the same stuffs again.
Duplicate of #1092 |
Issue Reference
Adds shell script to automate the entire setup for both Apple Mac and Ubuntu Linux
Summarize
Shell script has options from downloading and installing python to setup of postgresql. It automates and detects the OS and executes the commands.