部署WebSharper.Suave Web应用程序到Heroku [英] Deploy WebSharper.Suave web application to Heroku

查看:151
本文介绍了部署WebSharper.Suave Web应用程序到Heroku的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我无法理解我需要改变以做出什么。
我从演示项目 blog-entry / 4556 / announcing-websharper-suaverel =nofollow>此博文与app.json和Procfile:

  web:fsharpi-heroku WebsahrperSuaveHerokuExample1.sln 

接下来,我尝试将它部署到Heroku按照这些建议:

  heroku创建websahrper-with-suave-example --buildpack https://github.com/SuaveIO/mono-script-buildpack.git 
heroku git:remote -a websahrper-with -suave-example
git push heroku master

Heroku在构建项目:

  ... 
导入过程已完成。
----->找到packages.config,使用nuget安装依赖关系
无法打开程序集'install':没有这样的文件或目录。
!推送被拒绝,未能编译SuaveFramework应用程序

如果有解决方案,您可以给我一个解决方案吗?

解决方案

你有没有在这里试过:

https://github.com/SuaveIO/heroku-getting-started



分叉并点击Deploy to Heroku按钮。


I can not understand what I need to change to make it. I created a demo project from this blogpost with app.json and Procfile:

web: fsharpi-heroku WebsahrperSuaveHerokuExample1.sln

Next, I tried to deploy it to Heroku in accordance with these recommendations:

heroku create websahrper-with-suave-example --buildpack https://github.com/SuaveIO/mono-script-buildpack.git
heroku git:remote -a websahrper-with-suave-example
git push heroku master

There was an error in Heroku when building the project:

...
Import process completed.
-----> packages.config found, installing dependencies with nuget
Cannot open assembly 'install': No such file or directory.
!     Push rejected, failed to compile SuaveFramework app

Could you suggest me a solution if there is one?

解决方案

Have you tried here:

https://github.com/SuaveIO/heroku-getting-started

Fork it and click the Deploy to Heroku button.

这篇关于部署WebSharper.Suave Web应用程序到Heroku的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆