Questions tagged [codeanywhere]

CodeAnywhere is a cross-platform, cloud-based IDE. Codeanywhere supports a large number of predefined container stacks (C++, JavaScript, HTML5, PHP, etc.) and also integrates with many cloud services (Git, BitBucket, Github, etc.) to allow you to edit any code from anywhere.

Codeanywhere is a cross-platform, cloud-based IDE. It has built in integrations for Git and Github, Bitbucket, FTP, SSH, Dropbox, Google Drive, Amazon S3, OneDrive, and Digital Ocean. It also has tons of setups available for its own virtual development containers. These containers run Ubuntu or Centos and come pre-installed with different choices of programs optimized for different cloud development in different programming languages.

61 questions
0
votes
0 answers

how to fix container configuration for C code

I'm newbie in computer science. I have only studied C language with Visual Studio. I want to study C language using codeanywhere Because for personal reasons nothing can be downloaded to my computer. So, I sign up codeanywhere and make container but…
정민욱
  • 37
  • 3
0
votes
0 answers

What problem determination steps can I take to diagnose webpack connection problems in node.js?

I have a server process (LeanIX reporting dev server) that I want to run on Codeanywhere using node.js. The server process is based on webpack-dev-server. I can run webpack-dev-server directly and everything works correctly but when I run the…
Peter Kelley
  • 2,350
  • 8
  • 26
  • 46
0
votes
1 answer

How do I generate an SSL certificate for codeanywhere?

I want to have a server (webpack dev server) running in codeanywhere using https. How do I go about generating an SSL certificate so I can connect? Chrome preferably however I will consider other browsers that could handle d3.js.
Peter Kelley
  • 2,350
  • 8
  • 26
  • 46
0
votes
1 answer

How do I connect to a webpack dev server running in codeanywhere

I am having issues connecting to a webpack dev server running in codeanywhere. I have the following in my webpack.config.js: devServer: { // "disableHostCheck" added due to issue: https://github.com/webpack/webpack-dev-server/issues/1604 // Fix…
Peter Kelley
  • 2,350
  • 8
  • 26
  • 46
0
votes
1 answer

Having troubles installing ChezScheme-9.5.2 in Codeanywhere

Trying to install ChezScheme-9.5.2.tar.gz on Ubuntu 16.04 LTS on Codeanywhere. During sudo make command, get error message failed because uuid/uuid.h is missing. How do I get uuid/uuid.h in a location where $ sudo make can find it?
dogwood
  • 371
  • 2
  • 11
0
votes
0 answers

Need Cloud Functions for Firebase folder permissions when using Codeanywhere

Trying to get started using Firebase functions and have hit a a problem where I can't edit the file that contains the functions code: /functions/index.js My environment is a Codeanywhere container. I am running these versions of node and…
0
votes
1 answer

Codeanywhere Python3 Container doesn't have Python3

I am using a Python3 container and when I check the info, it says it has Python 3.5 installed. However, when I try to use the python3 command in the SSH terminal, it doesn't recognize it as a command. Further, when I use the python command, it says…
0
votes
1 answer

codeAnyWhere github command git status

I am very new to the github and codeAnyWhere. I started new project and connented my exciting repo to codeAnywhere and made a few changes in the project fold and typed in git status in the ssh commond window. The screen dose not look right as all…
Sen123
  • 97
  • 1
  • 8
0
votes
1 answer

Codeanywhere error on script vs C9.io working fine

I migrated my workspace from C9.io to Codeanywhere, and on C9.io my scripts worked fine; my scripts being a python terminal game/app that I've been working on. I have a test script to run the functions I've created so far, and the player.py file for…
The Gaming Hideout
  • 574
  • 2
  • 10
  • 26
0
votes
1 answer

Codeanywhere and Phpmyadmin database connection

I am having a difficult time connection my codeanywhere to my phpmyadmin database. I am receiving this error: "SQLSTATE[HY000] [1045] Access denied for user '//username'@'localhost' (using password: YES)" and my database connection looks like: …
0
votes
1 answer

How do I use the tkinter module in Python on Codeanywhere.com

I've created a program in Python on Codeanywhere so me and my friend can collaborate on the coding. In my code I use tkinter to create a GUI, but when I try to run the program I get an error: Traceback (most recent call last): File "Client.py",…
0
votes
1 answer

having troubles installing mongoDB in codeanywhere

I am having troubles installing mongoDB in codeanywhere. It generally shows.. cabox@box-codeanywhere:~/workspace$ sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2930ADAE8CAF5059EE73BB4B58712A2291FA4AD5 Executing: gpg…
0
votes
2 answers

How do i use codeanywhere snippets

How do i use code anywhere snippets? I have entered a snippets but i am not sure how the "name" or tab "trigger" is used. I have entered "parseget" as name, 1 as tab trigger (because I was not sure how it was used). I have searched the web and read…
Morgan Hayes
  • 321
  • 2
  • 25
0
votes
1 answer

Code any where returns commented PHPcode

When I put some PHP code in index.php, my PHP code does not show up in my browser (I use firefox). In Firefox's dev tool the PHP code becomes It is on Codeanywhere, HTML…
smooth operator
  • 69
  • 1
  • 1
  • 8
0
votes
1 answer

Failed to build gem native extention (Ubuntu 14.04 on Codeanywhere)

I'm trying to install SASS on Codeanywhere project. The process is explained here: http://docs.codeanywhere.com/advancedtopics/sass.html I have succed to install ruby with first command but when I call second command sudo gem install sass get this…
smooth operator
  • 69
  • 1
  • 1
  • 8