Git Product home page Git Product logo

aws-cloud9-instructions's People

Contributors

nax3t avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

aws-cloud9-instructions's Issues

External connections

Hi,

I'm trying to get an external program to connect with my Yelpcamp hosted on AWS EC2 instance. However, it looks like the port 8080 is blocked by default. Could you maybe help me with that as well? The rest of the tutorial helped me out, after searching for similar instructions for about an hour or 2!

Thanks!

Issues following MongDB Instructions

I had issues with following MongoDB Instructions in this repo's README:

sudo mv mongodb-org-3.6.repo /etc/yum.repos.d
sudo yum install -y mongodb-org

The first line quietly failed on me by not copying over the mongodb-org-3.6.repo file.
Resolution was to use vi and paste the contents provided in the instructions:
sudo vi mongodb-org-3.6.repo /etc/yum.repos.d

The second line resulted in the following console output:

1045 packages excluded due to repository priority protections
No package mongodb-org available.
Error: Nothing to do

Resolution was to remove the -y flag from the install command
sudo yum install mongodb-org

Keep mongo running even after closing the terminal

Hi,

I am trying to use the fork option with ./mongod command but as soon as I close the terminal the process gets terminated. It would be really helpful if you could include some instructions to start mongod process with correct parameters to keep the process running even when the terminal is closed.

errors

i had an error untill when i decleared this variables befor they error trianglw could go. must i do that?

var mongoose = require('mongoose');
var date;
var string;
var fales;
var todoSchema;

var todoSchema = new mongoose.schema({
name: {
type: string,
required: 'name cannot be blank'
},

completed: {
type: Boolean,
default: fales

},
created_date:{
type: date,
defualt: Date.now

},

});

var Todo = mongoose.model('Todo',todoSchema);

module.esport= Todo;

Old Version of MongoDB on AWS C9

Hello everyone,

I was able to installed Mongo on AWS C9, but the version is 2.4.14. I have tried to update it to newer version, but not successful. Hoping to yet your help to get the newest version.

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.