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
1
vote
3 answers

How to access VueJS on codeanywhere

there. I´m starting on VueJS, creating a project in codeanywhere: npm install -g vue-cli vue init webpack myProject So, when i run npm run devi get a Your application is running here: http://localhost:8080 Because, i am developing on a cloud…
OJR
  • 21
  • 1
  • 4
1
vote
1 answer

Codeanywhere can't find editor for Rails 5.2.1 app

I am having difficulty accessing the command: rails credentials:edit using the Codeanywhere environment. I am running Rails 5.2.1 and Ruby 2.5.1. I receive the following response from the terminal: No $EDITOR to open file in. Assign one like…
1
vote
1 answer

Codeanywhere: Preview link for node.js

I started using codeanywhere a few week ago.I started my first node.js project with express and socket.io.But I don't know how to get the preview page of my server.Can anybody help me with that? Thanks.
Locke Cai
  • 15
  • 2
  • 4
1
vote
1 answer

Why does the Codeanywhere container not open and keep saying "Restore in Progress"?

I recently created a PHP container at codeanywhere.com. Today I was coding and went away for half an hour without closing the project, but when I came back the container just kept loading. Then I closed the browser, signed in and tried again, but…
Yerke Sartay
  • 11
  • 1
  • 3
1
vote
1 answer

Loging into firebase with a codeanywhere HTML5 connection/devbox

I installed firebase on a codeanywhere html5 connection. When I attempted to run the shell command >firebase login, the response gave me a URL to launch in order to log in. After logging in and allowing the permissions, it redirected to a localhost…
Dshiz
  • 3,099
  • 3
  • 26
  • 53
1
vote
1 answer

Phalcon install on CodeAnywhere

I have tried everything to install Phalcon in a stack of my CodeAnywhere account -- and cannot accomplish it. I was wondering if anyone here was successful in doing it, and if he/she can share how. I am new in this community which has been…
JPrieto
  • 11
  • 3
1
vote
1 answer

Trying to connect codeanywhere with google compute engine via ssh

codeanywhere provides a public ssh key. i've input it into the metadata and the vm instance in google compute engine, but every time I try to connect from the codeanywhere interface I get an authorization failure and the logs in the instance console…
jm93
  • 11
  • 4
1
vote
2 answers

How can I see the PHP error log from Codeanywhere?

I'm working with Phalcon using the Codeanywhere and I'm getting error 500 because of some changes that I've made. My problem is that I don't know where I can find these logs. Looking at the /var/log/apache2, I don't have access even with SUDO. This…
Pablo
  • 1,953
  • 4
  • 28
  • 57
1
vote
2 answers

Append .html to my href

This might look like a server question but I think it belongs more on SO that on SF. Long story short, I have a Nginx server that automatically aggregates .html to my pages in the backend so that the users only see : mysite.com/somepage instead of…
phadaphunk
  • 12,785
  • 15
  • 73
  • 107
0
votes
0 answers

Home page on my project sometimes wont fit the screen width

Has anyone ever had this issue? In the left picture using git hub pages (this also happens in dev tools) the home page won't fill the screen, this happens about 60% of the time, the other 40% is fine. But if I go to the galley or form page, and then…
Danny
  • 1
  • 1
0
votes
0 answers

How to install unzip command in Codeanywhere IDE terminal Environment

I'm trying to unzip a file on Codeanywhere IDE terminal, but the error says it does not have an unzip command. How do I install unzip command? codeany@8e9ca30a558a:/workspaces/FlaskProjt$ unzip gh-pages.zip bash: unzip: command not…
0
votes
0 answers

Codeanywhere: How to remove white line across my editor

I am fairly new to all of this, I have started using Codeanywhere and I can't figure out how to remove the vertical white line going across my screen, see picture below. It makes my editor space very narrow and it's very annoying. I played around…
0
votes
0 answers

Log in firebase in codeanywhere or upload webapp files in firebase without cli

I have a webapp firebase project in codeanywhere but I can't login in firebase, I have installed firebase-tools@9.23.3 and when I run "firebase login --no-localhost" I have a link to log in, but when I click on link another page is opened…
asv
  • 3,332
  • 7
  • 24
  • 47
0
votes
1 answer

Azure devops repo can not integrate with codeanywhere

i have export ssh public key from codeanywhere and import to azure devops, but when to use the git clone url from azure repo to import to codeanywhere, there will be an error from codeanywhere as below: "Request createProjectFromGit failed with…
0
votes
1 answer

How to preview angular app in codeanywhere IDE?

While running angular apps in codeanywhere or cloud9, we can not preview the compiled angular or any other web apps. We're getting blank screen or some error message.
Anand Raja
  • 2,676
  • 1
  • 30
  • 35