[
https://issues.apache.org/jira/browse/TINKERPOP-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313894#comment-17313894
]
ASF GitHub Bot commented on TINKERPOP-2544:
-------------------------------------------
spmallette commented on pull request #1412:
URL: https://github.com/apache/tinkerpop/pull/1412#issuecomment-812547104
this works nice for me now. ran `generate-home.sh` and got the site locally
and then ran `publish-home.sh` and it went where it was supposed to go:
https://tinkerpop.apache.org/gremlint/
of course, i can't get the site to render there or locally. did i do
something wrong?
> By the way, is it okay to rely on npm being available or should there be
some local copy of Node.js and npm like in gremlin-javascript?
only PMC members can publish the home page, so given that only a few people
will need to do this i think it's fine to assume we will have npm installed. I
think that does mean though that the dev docs should be updated to reflect this
change in requirements:
https://tinkerpop.apache.org/docs/current/dev/developer/#nodejs-environment
https://tinkerpop.apache.org/docs/current/dev/developer/#site
I would probably update the first reference above to mention the need for
npm to be installed to run `generate-home.sh` and then add a link in the second
reference to point to that section.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
> Modify site publishing scripts to include gremlint
> --------------------------------------------------
>
> Key: TINKERPOP-2544
> URL: https://issues.apache.org/jira/browse/TINKERPOP-2544
> Project: TinkerPop
> Issue Type: Improvement
> Components: gremlint
> Affects Versions: 3.5.0
> Reporter: Stephen Mallette
> Assignee: Øyvind Sæbø
> Priority: Blocker
>
> I think `bin/generate-home.sh` just needs to run the `npm` command to
> generate the static site and copy it to `target/site/gremlint` and then
> hopefully, `bin/publish-home.sh` will automatically note the new `gremlint`
> directory and upload it svn to publish. If it doesn't, there's probably some
> minor changes to `bin/publish-home.sh` to accomplish that step.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)