Questions tagged [codenvy]

Codenvy is an SaaS or PaaS development environment that allows developers to create hosted environments optimized for creating, editing, compiling, testing and debugging applications authored in different programming languages.

Codenvy is an or an development environment that allows developers to create hosted environments optimized for creating, editing, compiling, testing and debugging applications authored in different programming languages (PHP, Javascript, Python, Go, Java, C++ and Ruby). Here's a link to the languages, frameworks, databases that Codenvy supports -- http://docs.codenvy.com/user/specifications-and-core-technologies/#languages

From the Wikipedia article.

81 questions
0
votes
1 answer

How do you install an apache server (httpd) on codenvy?

I would like to have a simple httpd server on my codenvy machine in order to run a front-end web app. How do I install it?
nize
  • 1,012
  • 1
  • 11
  • 27
0
votes
2 answers

Run angularjs front-end web app on codenvy

How do I run an angularjs front-end web app on codenvy? The app uses angular-route.js for routing between pages. I have tried using the preview function, but that one seems to not work due to the routing...
nize
  • 1,012
  • 1
  • 11
  • 27
0
votes
2 answers

Add postgres to a Codenvy Stack Recipe (dockerfile)

I am a new Codenvy user. I am attempting to build a "Stack" in Codenvy that will run postgres. I am creating my Stack using the following recipe. (Using https://github.com/eclipse/che-dockerfiles/blob/master/recipes/ubuntu_jdk8/Dockerfile as a…
terrywb
  • 3,740
  • 3
  • 25
  • 50
0
votes
1 answer

Codenvy angular setup not showing page

I have setup an angular project at codenvy.io. I have configured a runserver command as stated in this article: https://eclipse.org/che/docs/tutorials/angular2/index.html I was able to to compile the project successfully and, generate a preview url…
Abrar Hossain
  • 2,594
  • 8
  • 29
  • 54
0
votes
2 answers

Is it possible to run Py.Test tests on Eclipse Che/Codenvy?

Self explanatory question here. Is this even possible? Can't find any documentation regarding this anywhere.. And if not, how complicated is it to write a plugin? Thanks!
Pavel Zagalsky
  • 1,620
  • 7
  • 22
  • 52
0
votes
1 answer

Can you access your own private git repo from Codenvy?

This may seem like a dumb question, but the documentation is not very clear on this, and from some of the GitHub tickets it seems like they only whitelist certain hosts, so maybe you can confirm for me: Can I clone a Git repository from my own…
mydoghasworms
  • 18,233
  • 11
  • 61
  • 95
0
votes
1 answer

Eclipse Che: bash: gdb: command not found

Che seems promising but is anyone using it or does it work for anyone at all? Once in a while I try to make Che debugger work with golang or nodejs. I do belive Che is the way for devs using docker, I just need a workflow. I run Che in docker…
Chris G.
  • 23,930
  • 48
  • 177
  • 302
0
votes
1 answer

Multiple containers in Codnvy

Can you have multiple containers in Codenvy, like a server container and a mysql container? Or is Codennvy an enriched container itself - just embeddet with different frameworks installed incl. ide?
Chris G.
  • 23,930
  • 48
  • 177
  • 302
0
votes
2 answers

Codenvy C++ Hello World program won't build?

I am starting to try and use an online IDE, so I started with Codenvy. I created a workspace and a project and I typed in the following code for a Hello World program just to test the IDE. #include int main () { std::cout << "Hello…
Ryan Gloff
  • 13
  • 3
0
votes
1 answer

How do I export a JAR file from a java project on Codenvy?

I probably am missing something simple. I can build the file and run it, but I need a graphical display. I can't connect via vnc at work. So I need to export the JAR and run it locally. How do I export a JAR file from a java project on Codenvy?
0
votes
1 answer

How does ExceptionMapper workes in EVERREST with JAX-RS?

I want to understand the logic of JAX-RS with ExceptionMapper lets assume that I have class @Provider @Singleton public class MyExceptionMapper implements ExceptionMapper { /** * check the exception type…
user1365697
  • 5,819
  • 15
  • 60
  • 96
0
votes
2 answers

Codenvy with Gradle for Android

Tried to use Codenvy cloud IDE and found it as promising. Still there're some issues/questions: particularly area of my interests is Android development and de-facto industry standard for Android development is Gradle. Unfortunately (for sure…
Barmaley
  • 16,638
  • 18
  • 73
  • 146
0
votes
1 answer

How to add new target environment in eclipse che?

I'm trying to add a target environment using Eclipse Che on Codenvy. After choosing "Edit Targets...", it shows me a dialog box containing the instruction Press the '+' button to create a new target, but I see no '+' buttons to press. Is this a…
Burt_Harris
  • 6,415
  • 2
  • 29
  • 64
0
votes
1 answer

Running a go container in Codenvy (Next-Generation Beta)

Do you know of any descriptions on how to run a Dockerfile in Codenvy (Next-Generation Beta). I have tried to look for how you reference a Dockerfile as there is no template for docker? I can install go from the console alright, but it would be nice…
Chris G.
  • 23,930
  • 48
  • 177
  • 302
0
votes
1 answer

Codenvy stack/library: Can not find the template

The following youtube talks about go stack/liberay Codenvy? https://www.youtube.com/watch?v=1QupRkOqrmQ Thanks
Chris G.
  • 23,930
  • 48
  • 177
  • 302