apple / foundationdb

FoundationDB - the open source, distributed, transactional key-value store
https://apple.github.io/foundationdb/
Apache License 2.0
14.37k stars 1.3k forks source link

Update FoundationDB Development Setup Wiki Page #6257

Closed sfc-gh-rjenkins closed 2 years ago

sfc-gh-rjenkins commented 2 years ago

I found a couple items needing updating on the https://github.com/apple/foundationdb/wiki/FoundationDB-Development-Setup. I initially intended to open a PR but it appears, unless I'm mistaken, you cannot open a PR on a github wiki.

Suggested Changes.

  1. Remove mention of podman. The wrapper script fdb-dev, explicitly requires the use of docker.
  2. Change the last line of the fdb-dev wrapper script from... foundationdb/devel:centos7-latest scl enable devtoolset-8 rh-python36 rh-ruby26 -- "$@" to foundationdb/devel:centos7-latest scl enable devtoolset-8 rh-python38 rh-ruby27 -- "$@"
jzhou77 commented 2 years ago

Can you please edit the wiki page directly? I think wiki is open to everyone and doesn't need PRs.

sfc-gh-rjenkins commented 2 years ago

@jzhou77 looks like I don't have write perms.

remote: Permission to apple/foundationdb.wiki.git denied to sfc-gh-rjenkins.
fatal: unable to access 'https://github.com/apple/foundationdb.wiki.git/': The requested URL returned error: 403
jzhou77 commented 2 years ago

The URL is https://github.com/apple/foundationdb/wiki. I've just updated the doc with the above two suggested changes to https://github.com/apple/foundationdb/wiki/FoundationDB-Development-Setup