You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@predictionio.apache.org by techscientist <gi...@git.apache.org> on 2016/08/25 10:07:30 UTC

[GitHub] incubator-predictionio issue #285: PredictionIO install script doesn't work!

GitHub user techscientist opened an issue:

    https://github.com/apache/incubator-predictionio/issues/285

    PredictionIO install script doesn't work!

    Hi,
    
    The install script used to work before, but now it does not work. In fact, the directories that it creates are automatically deleted by the time the script finishes.
    
    Can you please fix the install script?

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio issue #285: PredictionIO install script doesn't work!

Posted by piotremis <gi...@git.apache.org>.
Github user piotremis commented on the issue:

    https://github.com/apache/incubator-predictionio/issues/285
  
    There is another problem with installation script...it try to download `https://github.com/PredictionIO/PredictionIO/releases/download/v0.9.6/PredictionIO-0.9.6.tar.gz` file but it doesn't exist...
    `echo "Downloading PredictionIO..."
    curl -OL https://github.com/PredictionIO/PredictionIO/releases/download/v${PIO_VERSION}/${PIO_FILE}`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio issue #285: PredictionIO install script doesn't work!

Posted by gdoslu <gi...@git.apache.org>.
Github user gdoslu commented on the issue:

    https://github.com/apache/incubator-predictionio/issues/285
  
    Download the installation script at 'https://raw.githubusercontent.com/apache/incubator-predictionio/master/bin/install.sh'
    Go to the line 281 
    Replace https://github.com/PredictionIO/PredictionIO/releases/download/v${PIO_VERSION}/${PIO_FILE}
     with 
    http://download.prediction.io/PredictionIO-0.9.6.tar.gz
    
    then save and exit.
    Run this commands: 
    
    sudo chmod +x install.sh
    ./install.sh
    source .profile
    
    Installation is finished :)
    
    Check installation by running
    pio status



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio issue #285: PredictionIO install script doesn't work!

Posted by rrcook <gi...@git.apache.org>.
Github user rrcook commented on the issue:

    https://github.com/apache/incubator-predictionio/issues/285
  
    Happened to me as well.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio issue #285: PredictionIO install script doesn't work!

Posted by rrcook <gi...@git.apache.org>.
Github user rrcook commented on the issue:

    https://github.com/apache/incubator-predictionio/issues/285
  
    @gdoslu 's solution did not work, @EmergentOrder 's did.
    I changed the url in the quick install, substituted develop for master, it ran.



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio issue #285: PredictionIO install script doesn't work!

Posted by dszeto <gi...@git.apache.org>.
Github user dszeto commented on the issue:

    https://github.com/apache/incubator-predictionio/issues/285
  
    Hi all, I encourage all of you to subscribe and post your questions to user@predictionio.incubator.apache.org for a wider exposure.
    
    For users who do not prefer building from source, please use @gdoslu 's solution. We will be able to make improvements to the latest installer once we have made an Apache release that lives on Apache infrastructure. Thank you for your patience.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio issue #285: PredictionIO install script doesn't work!

Posted by SimonDeconde <gi...@git.apache.org>.
Github user SimonDeconde commented on the issue:

    https://github.com/apache/incubator-predictionio/issues/285
  
    Indeed, there are some script errors, eg: 
    
    > ./install.sh: line 241: break: only meaningful in a `for', `while', or `until' loop
    
    Full execution trace here: [pio_install_execution_trace.txt](https://github.com/apache/incubator-predictionio/files/439846/pio_install_execution_trace.txt)
    



---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio issue #285: PredictionIO install script doesn't work!

Posted by techscientist <gi...@git.apache.org>.
Github user techscientist commented on the issue:

    https://github.com/apache/incubator-predictionio/issues/285
  
    @dszeto , do you have any approximate date for the Apache release of PredictionIO? Just wondering...


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio issue #285: PredictionIO install script doesn't work!

Posted by EmergentOrder <gi...@git.apache.org>.
Github user EmergentOrder commented on the issue:

    https://github.com/apache/incubator-predictionio/issues/285
  
    I think you all must be using the install script from master. The script in develop is working, and will install the latest snapshot version (including the jars being put into your local ivy, required for templates to build).


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-predictionio issue #285: PredictionIO install script doesn't work!

Posted by aengle1429 <gi...@git.apache.org>.
Github user aengle1429 commented on the issue:

    https://github.com/apache/incubator-predictionio/issues/285
  
    Yes, follow @EmergentOrder 's instructions but instead download install.sh from
    https://raw.githubusercontent.com/apache/incubator-predictionio/develop/bin/install.sh


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---