Skip to content
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

Adds shell script for easy setup on Apple Mac and Ubuntu Linux #1092

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ndkshr
Copy link

@ndkshr ndkshr commented Aug 12, 2019

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.

Note: Different Linux distros use different package manager, this PR specifically deals with brew and apt only, since they are the most popular ones around.

@ndkshr ndkshr changed the title Adds shell script for easy setup in Apple Mac and Ubuntu Linux Adds shell script for easy setup on Apple Mac and Ubuntu Linux Aug 13, 2019
easy-setup.sh Outdated
@@ -0,0 +1,80 @@
OS_BASE=$"(uname)"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This must be changed. The double quotes must be changed to `

or the script will fail as the variable OS_BASE will not have the correct value.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
OS_BASE=$"(uname)"
OS_BASE=$`(uname)`

@ndkshr ndkshr requested a review from bobinson August 17, 2021 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants