{"id":19092831,"url":"https://github.com/eon01/vagrant_nodejs","last_synced_at":"2026-03-01T11:03:24.090Z","repository":{"id":74328620,"uuid":"42518930","full_name":"eon01/vagrant_nodejs","owner":"eon01","description":"Vagrant Development Environment for Nodejs projects (Mysql + Mongodb support)","archived":false,"fork":false,"pushed_at":"2015-09-15T13:16:52.000Z","size":252,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-12T11:38:26.701Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eon01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-15T12:48:57.000Z","updated_at":"2015-09-15T12:52:37.000Z","dependencies_parsed_at":"2023-03-03T12:57:34.327Z","dependency_job_id":null,"html_url":"https://github.com/eon01/vagrant_nodejs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eon01/vagrant_nodejs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fvagrant_nodejs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fvagrant_nodejs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fvagrant_nodejs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fvagrant_nodejs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eon01","download_url":"https://codeload.github.com/eon01/vagrant_nodejs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eon01%2Fvagrant_nodejs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29967932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-01T10:55:55.490Z","status":"ssl_error","status_checked_at":"2026-03-01T10:55:55.175Z","response_time":124,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T03:22:16.762Z","updated_at":"2026-03-01T11:03:24.072Z","avatar_url":"https://github.com/eon01.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vagrant_nodejs\nVagrant Development Environment for Nodejs projects (Mysql + Mongodb support)\n\n# How it works\n\nThis vagrant developement environment is multi-machine.\n\n* A machine for nodejs\n* A machine for mysql\n* A machine for Mongodb\n\nYou can choose to work with one or all of them.\n\n```\ngit clone https://github.com/eon01/vagrant_nodejs.git\ncd vagrant_nodejs\n\n#Choose what do you want to work with by executing 'up' on the appropriate machine\nvagrant up nodejs\nvagrant up mysql\nvagrant up mongodb\n\n#Start provisionning your selected machine\nvagrant reload --provision-with shell,salt nodejs\nvagrant reload --provision-with shell,salt mysql\nvagrant reload --provision-with shell,salt mongodb\n\n#If everything is ok, you can ssh to your machine\nvagrant ssh nodejs\nvagrant ssh mysql\nvagrant ssh mongodb\n\n```\n# Hosts and Network\n\nThe configuration is :\n(see forwarded ports and local ip to communicate between your instances)\n\n```\nnodejs\n    nodejs.vm.network \"forwarded_port\", guest: 80, host: 8001\n    nodejs.vm.network  \"forwarded_port\", guest: 3600, host: 8002\n    nodejs.vm.network \"private_network\", ip: \"10.0.0.10\"\n\nmysql\n    mysql.vm.network \"forwarded_port\", guest: 3306, host: 8003\n    mysql.vm.network \"private_network\", ip: \"10.0.0.11\"\n\nmongodb\n    mongodb.vm.network \"forwarded_port\", guest: 27017, host: 8004\n    mongodb.vm.network \"private_network\", ip: \"10.0.0.12\"\n```\n\n# Dependecies\nInstall vagrant:\n\n```\nsudo apt-get install dpkg-dev virtualbox-dkms\n# Download Vagrant from : https://www.vagrantup.com/downloads-archive.html (Choose\nwget https://dl.bintray.com/mitchellh/vagrant/vagrant_*.deb\n#Update linux headers (needed on some cases)\nsudo apt-get install linux-headers-$(uname -r)\nsudo dpkg-reconfigure virtualbox-dkms\n```\nSource : http://eon01.com/blog/how-to-install-and-use-vagrant/\n\nInstall SaltStack:\n```\nsudo apt-get install python-software-properties\nsudo add-apt-repository ppa:saltstack/salt\nsudo apt-get update\nsudo apt-get install salt-master\nsudo apt-get install salt-minion\nservice salt-master start\nservice salt-minion start\n```\nSource: http://eon01.com/blog/salt-stack-tutorial-for-beginners/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feon01%2Fvagrant_nodejs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feon01%2Fvagrant_nodejs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feon01%2Fvagrant_nodejs/lists"}