linux - How to install an app on a VM using Mean Stack -


i have created vm mean stack (using bitnami image) on azure running. i've never used vm before, have fair few mean apps using cloud hosting , github continuous deployment.

i'm confused , i'm noob using command line tools. i've found bitnami folder index.html etc. connecting through ssh. have ready built angular application runs on machine. how onto vm , start running? understand may fair few steps, after lots of reading assume upload it, stop apache server, npm install dependencies , restart server? how app onto vm in first place, let along running.

even slightest insight brilliant - quite out of depth vm's , have surface level understanding. if lead me in right direction appreciated.

bitnami developer here,

to upload files, can follow guide: https://wiki.bitnami.com/howto/how_to_connect_to_your_server?#upload_your_files_with_sftp

we follow structure:

installdir/      apps/         conf/ apache files , certs         htdocs/ public files         scripts/ scripts manage service 

you can find more information in guide: https://wiki.bitnami.com/infrastructure_stacks/bitnami_mean_stack_(mongodb%2c_express%2c_angular%2c_node.js)

i hope helps,

david


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -