wgtmac commented on issue #1092: URL: https://github.com/apache/orc/issues/1092#issuecomment-1107790104
> It's a traditional personal website hosting way in Apache Home account, @wgtmac . > > 1. To simply put, your `https://people.apache.org/~gangwu` is mapped to `public_html` under your home directory. > 2. Apache ORC website expects `https://people.apache.org/~gangwu/gangwu.png`. > 3. To achieve the above item (2), download your GitHub image and rename it to your Apache ID, `gangwu.png`. > > ``` > curl -LO https://avatars.githubusercontent.com/u/4684607 > ``` > > 4. Finally, you need to connect to the server via `sftp` and do the following. > > ``` > mkdir public_html > cd public_html > put gangwu.png > ``` Awesome! Thanks @dongjoon-hyun for the help! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@orc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org