anitab-org / portal

THIS PROJECT IS ARCHIVED. Systers Portal for communities.
GNU General Public License v2.0
68 stars 209 forks source link

ENH: Setup for developers (MAC) #660

Open Yukti-09 opened 4 years ago

Yukti-09 commented 4 years ago

There is no description for the setup for developers for MAC users, could it please be added?

SanketDG commented 4 years ago

@Yukti-09 We do have a Wiki Page https://github.com/anitab-org/portal/wiki/Installation-Instructions-for-OSX

We are also converting the wiki to in-repo docs, see #657

Feel free to go through the page and report any issues that you may have faced,

SanketDG commented 4 years ago

The content in the wiki defintiely needs a refresh, because a lot of it is just very old

Yukti-09 commented 4 years ago

On running:

brew install openss

I'm getting

Error: No available formula with the name "openss" 
==> Searching for a previously deleted formula (in the last month)...
Warning: homebrew/core is shallow clone. To get complete history run:
  git -C "$(brew --repo homebrew/core)" fetch --unshallow

Error: No previously deleted formula found.
==> Searching for similarly named formulae...
These similarly named formulae were found:
curl-openssl        glib-openssl        openssh             openssl@1.1
To install one of them, run (for example):
  brew install curl-openssl
==> Searching taps...
==> Searching taps on GitHub...
Error: No formulae found in taps.
SanketDG commented 4 years ago

Yes, that should be:

brew install openssl
Yukti-09 commented 4 years ago

There's a small issue:

cd /Users/foo/.pyenv)

The closing parenthesis is not required.

19-pragya commented 3 years ago

is this available