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
5
votes
1 answer

Which settings can I set to Codeanywhere project config for C++?

Hi there I am currently using Codeanywhere as an on-the-fly IDE for C++, to be able to easily code between different devices. While setting the Codeanywhere environment, I ran into the "Project Config" file (that gear icon beside "Run Project"…
Danmaxis
  • 1,710
  • 4
  • 17
  • 27
5
votes
2 answers

localhost times out after accidental ctrl + Z

I am currently creating a website on Codeanywhere that communicates with a back-end API/server. I ran my server.js node script with my ports on 8080 (front-end) and 8081 (server). However, I normally close the connection with Ctrl + C but I…
4
votes
3 answers

How to disable distraction free mode in code anaywhere

Enabled distraction free mode in CodeAnywhere and have no idea how to turn it off again, since there's no menus or icons on the page. Anyone know the keyboard shortcut to get my menus back? :) as you can see form the below screenshot, there are no…
Some one else
  • 325
  • 1
  • 3
  • 17
3
votes
1 answer

Connecting Visual Studio Code to a Codeanywhere container

I use Codeanywhere. The cloud IDE is okay but I'd rather use Visual Studio Code. Since I'm on a work computer without admin rights, I have a portable version of Visual Studio Code that I'd like to use to connect to my CodeAnywhere container. I found…
False Dragon
  • 167
  • 1
  • 8
3
votes
4 answers

Is it better to have multiple files for scripts or just one large script file with every function?

I started a project about a year ago involving a simple terminal-based RPG with Python 3. Without really thinking about it I just jumped into it. I started with organizing multiple scripts for each.. well, function. But halfway into the project, for…
3
votes
0 answers

Intermittent save file problem over SFTP with CodeAnywhere

I am having problems saving files when using CodeAnywhere with an FTPS connection. It will save a handful of times fine, other times it will just error after 30 seconds or so. Codeanywhere dont answer support emails or if they do they just say its…
Gixxy22
  • 507
  • 1
  • 8
  • 20
3
votes
2 answers

What is the correct syntax for the SOURCE command in SQL

In codeAnywhere I'm trying to run pre written script files to create a table. When using codeAnywhere one must import the file to the shell for the code first, as I have done. However I have been unable to use the SOURCE command to run these files.…
fishyninja1
  • 133
  • 1
  • 1
  • 6
2
votes
1 answer

How to configure React API proxy in codeanywhere

I'm having trouble setting up CORS with my Rails API in CloudAnywhere. I am trying to set up a React front end and a Rails back end in two separate CloudAnywhere containers. (Let's call them rails.codeanyapp.com and react.codeanyapp.com.) The React…
Zack
  • 6,232
  • 8
  • 38
  • 68
2
votes
6 answers

Angular - CodeAnywhere - You seem to not be depending on "@angular/core". This is an error

Hey im trying to install Angular Cli but i keep getting failed package install. Then i try to start the server and it says You seem to not be depending on "@angular/core". This is an error.
whawhawario
  • 21
  • 1
  • 2
2
votes
2 answers

build angularjs 2 with angularjs-cli on codeanywhere

I am getting invalid host header problem while i am trying to server my application by ng serve --host 0.0.0.0 . I have tried the following. 1.install -g angular-cli 2. cd to that app-directory 3. change port in angular-cli.json "defaults": { …
Pritam Parua
  • 672
  • 2
  • 8
  • 27
1
vote
1 answer

Fatal error compiling: invalid target release: 12 -> [Help 1]

I am using Codeanywhere and I need to run a web server with maven. But it gives me this error: Fatal error compiling: invalid target release: 12 -> [Help 1], as also seen in the image but I don't understand how to fix it.
1
vote
1 answer

Codeanywhere container is either not there any more or lost its ssh connection

I have been working on a website using wordpress on codeanywhere for a few weeks. Suddenly yesterday morning the container it is in would not start anymore. I have other containers with wordpress sites under construction on codeanywhere and they are…
1
vote
1 answer

Development server doesn't work after updating Puma in Ruby on Rails app

I'll preface this with letting you know that I'm quite a novice when it comes to programming, so I apologise if the solution is straightforward. I have a Ruby on Rails app on 'Codeanywhere' which is an Online cloud-based IDE, I'm using Puma to view…
1
vote
1 answer

When I try to login to Django admin via https, python server was closed without any error

I follow the Official Django tutorial, but I´m stucked in the point where I should login into Admin page. I can fill name and password, but after hit Log in button, python development server ends. I´m running them using this command python manage.py…
Alex B.
  • 23
  • 3
1
vote
0 answers

How to disable save write in the IDE "CodeAnyWhere"?

How to disable save write in the IDE CodeAnyWhere? - https://codeanywhere.com Basically, save write is a feature that writes your changes in a new file and saves it, then deletes your old file and renames the new file to the same as the deleted…
Fabian
  • 443
  • 4
  • 12
1
2 3 4 5