Closed aeneasr closed 9 years ago
I've also tried to add the origin git repository as a remote to my local git repository of uuid-server by doing:
> git remote add openshift ssh://....openshift.local
After resolving merge issues I was able to push the codebase to the repository, but I only got "Hello world, ...". After removing web.go
I got 503 Service Unavailable
My bad, unit tests didn't pass but I did not see that. Now everything works! :)
First of all, thank you for the great work :)
I'm trying to run a go web service on Openshift Origin (local environment). When creating the application, I always receive an error:
Here are my settings:
The repository I'm using is: https://github.com/ory-platform/uuid-server.git
I have added the go cartridge to origin (I want every user to see the go cartridge when creating an application!) by doing:
I've used both
import
andimport-node
, because I was unsure which of those is the right one for this task.When I leave the repository field empty, the application gets created, but I don't understand how I can get my application running.
ping @tacurran