You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "jayeshchoudhary (via GitHub)" <gi...@apache.org> on 2024/02/13 15:40:47 UTC

[PR] Readme - How to setup Pinot UI for development [pinot]

jayeshchoudhary opened a new pull request, #12408:
URL: https://github.com/apache/pinot/pull/12408

   (no comment)


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Readme - How to setup Pinot UI for development [pinot]

Posted by "xiangfu0 (via GitHub)" <gi...@apache.org>.
xiangfu0 commented on PR #12408:
URL: https://github.com/apache/pinot/pull/12408#issuecomment-1951319445

   > does it make sense to link this doc in the home readme? here? - https://github.com/apache/pinot?tab=readme-ov-file#building-pinot
   
   Would love to have a hyperlink from the root level readme.


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Readme - How to setup Pinot UI for development [pinot]

Posted by "jadami10 (via GitHub)" <gi...@apache.org>.
jadami10 commented on code in PR #12408:
URL: https://github.com/apache/pinot/pull/12408#discussion_r1492030188


##########
pinot-controller/src/main/resources/Readme.md:
##########
@@ -0,0 +1,16 @@
+# How to setup Pinot UI for development 
+
+1. Make sure pinot backend is running on port 9000. Follow [this guide](https://github.com/apache/pinot?tab=readme-ov-file#building-pinot) for the same.
+2. Navigate to ui source code folder 
+```shell
+cd pinot-controller/src/main/resources
+```
+3. Install Required Packages. Make sure you are using node v14 or more specifially v14.18.1
+```shell
+npm install 
+```
+4. Start the Development Server

Review Comment:
   probably could add a step 5 to go to localhost:8080 for completeness, but otherwise this lgtm. this is effectively what I do except I have to include some obtuse node ssl option



-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Readme - How to setup Pinot UI for development [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang merged PR #12408:
URL: https://github.com/apache/pinot/pull/12408


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Readme - How to setup Pinot UI for development [pinot]

Posted by "jayeshchoudhary (via GitHub)" <gi...@apache.org>.
jayeshchoudhary commented on PR #12408:
URL: https://github.com/apache/pinot/pull/12408#issuecomment-1946872675

   @saurabhd336 @jadami10 please take a look


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [PR] Readme - How to setup Pinot UI for development [pinot]

Posted by "jayeshchoudhary (via GitHub)" <gi...@apache.org>.
jayeshchoudhary commented on PR #12408:
URL: https://github.com/apache/pinot/pull/12408#issuecomment-1946873934

   does it make sense to link this doc in the home readme?
   here? - https://github.com/apache/pinot?tab=readme-ov-file#building-pinot


-- 
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: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org