oracle / node-oracledb

Oracle Database driver for Node.js maintained by Oracle Corp.
http://oracle.github.io/node-oracledb/
Other
2.26k stars 1.08k forks source link

Pre-Built Developer VM #230

Open bchr02 opened 9 years ago

bchr02 commented 9 years ago

I think it would be useful to a lot of people if (at some point) Oracle offered a VirtualBox pre-built VM with:

Does anyone else agree?

cjbj commented 9 years ago

I'd like to see +1's.

The VM we'd aim to augment is the "Database App Development VM" http://www.oracle.com/technetwork/community/developer-vm/index.html#dbapp

doberkofler commented 9 years ago

+1

Bigous commented 9 years ago

+1

uadev commented 9 years ago

Docker image should be available as well

Buto commented 9 years ago

+1

On Tue, Nov 3, 2015 at 10:57 AM, Yuriy Voziy notifications@github.com wrote:

Docker image should be available as well

— Reply to this email directly or view it on GitHub https://github.com/oracle/node-oracledb/issues/230#issuecomment-153397205 .

dmcghan commented 9 years ago

I would like to see Node.js added to the App Dev VM as well. But as far as installs go, adding Node.js is quite simple. I wrote an updated blog post on this topic to help. I added Node.js via NVM which helps with running different versions of Node.js as needed. I hope it helps: https://jsao.io/2015/10/creating-a-local-sandbox-for-node-js-and-oracle-database/

mxriverlynn commented 8 years ago

has anyone built a docker image, yet? if not, i may take a stab at this in the next few days. not sure how successful I'll be, since i'm pretty new to docker... but i want this for one of my big apps i'm currently supporting, and potentially a new app i'm building.

bchr02 commented 8 years ago

Yes, I did. But just oracledb and the client libraries. I didn't install the full Oracle database. I'll add it to docker hub so you can have a look soon. Not in front of my computer right now.

mxriverlynn commented 8 years ago

@bchr02 that's exactly what i need, thanks! :)

I'm already using https://github.com/wnameless/docker-oracle-xe-11g for the oracle install in docker. it works very well. recommended for anyone that wants the fastest way to stand up an oracle xe for development purposes.

bchr02 commented 8 years ago

@derickbailey Here it is: Example of node-oracledb within Docker

mxriverlynn commented 8 years ago

@bchr02 that's great! thank you for that :) I should be able to get my docker needs met with that as an example, quite easily.

cjbj commented 8 years ago

@bchr02 good work.

For reference, also see https://technology.amis.nl/2016/04/06/create-oracledb-enabled-node-js-application-container/ and https://technology.amis.nl/2016/04/10/create-and-run-docker-container-with-node-js-and-node-oracle-db-driver-from-windows-using-vagrant-and-virtualbox/