buildpack

    -3熱度

    2回答

    我想在Bluemix PHP運行時上部署Web應用程序。 我可以在本地MacBook上測試「php -S localhost:3000 -t public_html」。 我想使目錄「public_html」爲根。 雖然我可以「比照把我的應用程序內」,我無法測試它Bluemix運行... 感謝您閱讀此! 問候, 流氓 // on May 30, 2016 // Added following to

    0熱度

    1回答

    當應用程序部署到Pivotal雲代工廠時,構建包相關性和運行時(在我的情況下爲jre)被複制到每個應用程序容器上他的申請。現在,這使得應用程序可獨立部署等。 但是,如果有一組應用程序具有相同的buildpack和運行時,是否有辦法將buildpack和運行時保存在單獨的位置,並且所有應用程序都以某種方式借用該位置?例如,它在1.3.x以上的關鍵文檔中說過,某些默認構建包設計了一種減小可部署大小的方

    2熱度

    1回答

    我在Heroku上獲得了一個Go API,我推送了一些代碼;在我的proc文件中我有以下內容 web: main 爲了在Heroku的一端啓動Go build二進制文件。當我與 go build cmd/main.go 建立它在我身邊它產生在我的項目的根namned「主」二進制文件,按預期工作,但在Heroku我得到 app[web.1]: bash: main: No such file

    0熱度

    1回答

    我試圖部署我的web服務寫在迅速,我沒有看到web根文件夾,不知道在哪裏創建文件夾。任何人都試過了,請幫我複製源代碼並啓動服務器。

    0熱度

    2回答

    這是我第一次使用Heroku和Ruby,所以這可能是一個noob問題,但我無法在任何地方找到任何工作解決方案。我下面這個指南: https://devcenter.heroku.com/articles/getting-started-with-rails 我有我的應用程序設置,與紅寶石設置爲buildpack,以及與此的Gemfile: ## rails source 'https://rub

    3熱度

    1回答

    import os from setuptools import setup from distutils.command.install import install as _install def _post_install(dir): from subprocess import call call([sys.executable, 'post_script.py'

    1熱度

    1回答

    我正在嘗試在Angular 2前端部署Rails 5 api,Angular代碼在主Rails項目中生活了一個frontend文件夾。 我能夠使用本教程進行部署(https://www.angularonrails.com/deploy-angular-2rails-5-app-heroku/),特別是這個自定義的Heroku buildpack(https://github.com/jasons

    0熱度

    1回答

    我已經在我的rails應用程序中添加了AVCONV buildpack,但它在Heroku上不起作用。這裏是一個buildpack URL - https://github.com/mainameiz/avconv-buildpack 當我運行 'heroku run bash' 和執行 'avconv' 然後命令讓 - avconv: error while loading shared lib

    -1熱度

    2回答

    我想使用git push heroku master推送一個新的應用程序到Heroku。 成功認證後出現以下錯誤。 遠程:建築來源:遠程:遠程----->取Web設置buildpack 混帳://github.com/CHH/heroku-buildpack-php ...遠程完成: 遠程:推送拒絕,未能檢測到buildpack設置 混帳://github.com/CHH/heroku-build

    0熱度

    1回答

    我開始創建一個非常簡單的NodeJS服務器, 現在,服務器做什麼。 我想我Heroku的服務器上安裝許多buildpacks(我的服務器的目的是文檔轉換器) 所以這是我.buildpacks: https://github.com/rishihahs/heroku-buildpack-libreoffice.git https://github.com/elbongurk/heroku-buil