Deploy Coldfusion to Heroku - heroku

Is there any way to deploy a Coldfusion app to Heroku using Windows or Mac? I just found the following way, but unfortunately it's already deprecated.
Any idea would help me a lot!
Regards

Related

Divio Windows App hangs at Preparing Logs

I have installed the WIndows 10 Divio App as per the Divio Tutorial but when I select setup a project it hangs at Preparing logs... in the shell on the desktop and cannot see logs are anyway to investigate this. I have tried the solution in this question here How to debug problems with the Divio app?
However, this does not work, any help would be appreicated.
Managed to fix this, I did it by following the guide here:
https://divio-cloud-developer-handbook.readthedocs.io/en/latest/introduction/01-installation.html
Essentially installed everything via the command line and then once that was running I could then sync the Divio app to the project folder which in turn allowed me to use the Divio app. Total PITA but it worked :)

Kiwi Tcms Windows Installation and Configuration without docker

I want to run Kiwi tcms on my windows, but i'm unable.
I've followed instructions on this that is for linux based, but i managed to run these on my windows, except npm install patternfly as I can't find patterfly, but installed npm only.
There's another question I've asked where I'm stuck, so If I did anything wrong, please guide me so I can do it from the start.
Help would be greatly appreciated.
Look for a guide how to deploy Django applications on Windows. We don't really use Windows and deploying from something else than a Docker container isn't really supported so you need to know what you are doing. If this is new to you you'd better stick to using docker-compose!

how to run ejabberd with Erlang on Heroku?

I am trying to create a realtime private chat app running on ejabberd in Erlang. I am trying to install the same on Heroku. I am aware on how to run Erlang on Heroku but I don't know how to get ejabberd running on Heroku for my application. I am completely new in developing realtime chat app but I am thinking to make it scalable. Please anyone can tell me how to do this.
Thanks.
Assuming that you are using source code form github.
After compiling with
./autogen.sh
./configure
make rel
there should be rel/ejabberd/bin/ejabberdctl executable, and adding
web: ./rel/ejabberd/bin/ejabberdctl start
to your Procfile should be enough to start the server.

Using facebook APIs locally

i want to start making a facebook app and using the APIs, but i dont have a website to test anything out. how do i get it working on localhost or is it better to start using heroku for it and upload all my php files onto that
Use XAMPP
It's available for Windows, Linux and for Mac.

Heroku gui cloud

is there any app that support visual GUi interface for heroku cloud. I cant find all over the net...
the gitbush (command system) is so hard to work ...
So if you have any solution for this please send me. I need this for creating an facebook realtime game
There's plenty of GUIs for Git ranging from GitHub for Mac, Tower, Gitx and so on.
Heroku wise there's only one I know of - nezumi for iPhone. Generally speaking there's no Heroku GUIs because the CLI is so darn simple.
All of the above are assuming you're on a Mac.
Here is my solution:
1. create an app with heroku webpage, get its Git URL: git#heroku.com:your-app-name.git
2. use Gitbox (bought from mac app store) to upload (adding your local and set the remote giturl)
Github For Windows
You can use GitHub for Windows if you don't like the terminal / shell / cmd.exe

Resources