Sending an email is probably the easiest way to get started. I believe what you did was create a JIRA ticket in our JIRA board, INFRA has their own.
Getting a website is a handful of steps. - Create a git repo created (just did that) - Create two branches on the repo. One that includes the source files for editing, another that includes the final production build. We typically use "master" for the code, and "asf-site" for the build output - Create an automated build process so that when someone pushes to master, it builds and places output into asf-site branch. If you review https://github.com/apache/incubator/blob/master/build_site.sh it should give you a general understanding of how that works. This script is run from Jenkins. - Once we have that build in place, we can ask INFRA to serve our asf-site branch as the website for echarts.incubator.apache.org Let me know if that works. John On Wed, May 30, 2018 at 10:48 PM Wenli Zhang <[email protected]> wrote: > Hi, > > We'd like to request for Apache Website server for > http://echarts.incubator.apache.org/ . > > We want to use gitpubsub, so how can we create this git repo? > > I created this issue > > https://issues.apache.org/jira/projects/ECHARTS/issues/ECHARTS-1?filter=allopenissues > but no one replied. So I guess I need to send this email to discuss about > it. > > Thanks! > > Zhang Wenli > http://zhangwenli.com >
