Questions tagged [cloud9]

Cloud9 is a cloud-based development environment that combines an online code editor with a full Ubuntu workspace. Supports more than 40 languages including PHP, Ruby, Python, JavaScript, Go.

342 questions
0
votes
1 answer

Limiter clarification MySQL

Delimiter$$ CREATE TRIGGER after_finisher_update AFTER UPDATE ON Booklist1 FOR EACH ROW BEGIN UPDATE Booklist1 SET Finished = 'yes' WHERE Current_Page = Page_Count END $$ I have a table with multiple…
0
votes
3 answers

AWS Cloud9...great but I can only start it from the root account in the default VPC

I've tried using Cloud9 in my root account with the default VPC and this works great. I love it. However, that's not very secure. When I tried simulating a more realistic scenario--logging in as an IAM user with Cloud9administrators policy applied,…
Network Effects
  • 174
  • 1
  • 14
0
votes
1 answer

cannot Import Remote lambda function to ec2 via cloud9

Error importing AWS Lambda function The following error was encountered when attempting to import your function spawn unzip ENOENT that is the particular error on import,I am using ubuntu AMI is there any method in awscli to download lambda and…
Zain Ali
  • 65
  • 13
0
votes
2 answers

Cloud9 "Unable to load http preview" Flask project

I'm following a mooc for building quickly a website in flask. I'm using Cloud9 but i'm unable to watch my preview on it, i get an : "Unable to load http preview" : the code is really simple, here the views.py code from flask import Flask,…
Chrys Bltr
  • 68
  • 3
  • 13
0
votes
3 answers

PHP & MySQL - If content is not in one table, check another

I am trying to set an if/else case to see if a value is in one table and then display said value, and if it's not in one table, to check the other table. I am working with PHP and MySQL in Cloud 9. The email is obtained from a form which is not…
0
votes
1 answer

git push heroku master keep failing?

I kept getting this error on Cloud9: remote: /tmp/build_3d423dbc0c4cb1831da6664e6804fe37/vendor/bundle/ruby/2.4.0/gems/rake-12.3.1/exe/rake:27:in `' remote: Tasks: TOP => environment remote: (See full trace…
0
votes
0 answers

Database not migration to Heroku(cloud9)

I kept getting the error Cannot run one-off process at this time. Please try again later. when i try heroku run rake db:migrate on ruby on rails on cloud9. I already $ git push heroku master and I use postgesSQL. What's happening? remote: …
0
votes
1 answer

Application is running in local environment but failing on Heroku

My app is working fine on my Cloud9 workspace but not on Heroku. I am connected to the mLab database. I have also tried by switching database but it's not working. Error Logs: hacker8878:~/workspace/YelpCamp/v10 (master) $ heroku run node…
Nandkishor
  • 149
  • 2
  • 12
0
votes
0 answers

Apache freemarker will not import with gradle

I have a java web app, which I am using cloud9 for, and I have set up Apache freemarker as a templating engine. To import the package I used gradle, but when I run gradle build, I get exceptions due to references to the freemarker package in my…
Isaac Krementsov
  • 646
  • 2
  • 12
  • 28
0
votes
1 answer

How do I create a user authentication in DJANGO WITHOUT using PATH? Specifically Using Cloud9

I'm a beginner to Django and trying to make a website where users can store their contacts in a list. So far I have been successful in adding list items via a form. However, I'm using cloud9 and path can't be imported and I'm trying to find a way…
0
votes
1 answer

How do I create an input field that only the users can see and not the admin?

Currently I'm creating a website using Django. The purpose of my website involves storing personal information to the user. For user privacy and security sakes. I'm trying to make it so that I (The Admin) can't see what they have put in the Text or…
0
votes
0 answers

Starting a Node app on Cloud9 and Heroku

I’m using the following to start a Node app on Cloud9 without getting the dreaded wrong port or IP warning, which I get unless I specify the IP address as process.env.IP: app.listen(PORT, process.env.IP || 'localhost', function () { …
Chris
  • 471
  • 1
  • 3
  • 14
0
votes
1 answer

how to make express port to listen to nodemailer port

I have been having issues trying to use my zoho mail account with nodemailer in my cloud 9 workspace. When i send the request all it returns back after some time is connection timeout. i contacted my dns name provider they told me to ensure that…
Fillipo Sniper
  • 419
  • 2
  • 11
  • 28
0
votes
1 answer

Serve Firebase Functions on Cloud9

I'm trying to serve firebase functions for testing in cloud9. I'm doing the following: $ firebase serve --only functions -o $IP -p $PORT === Serving from '/home/ubuntu/workspace'... i functions: Preparing to emulate functions. ✔ functions:…
nicholas
  • 14,184
  • 22
  • 82
  • 138
0
votes
1 answer

Deploying bot instances in AWS

I have no experience with AWS or bot deployment for production, so I'm looking for some suggestions on best practices. The project is a simple Twitter automation bot written as a node.js application. Currently I am using Cloud9 in AWS to host it,…
CodeSpent
  • 1,684
  • 4
  • 23
  • 46