bitpay / insight

A bitcoin blockchain explorer and API
https://insight.bitpay.com/
MIT License
1.19k stars 1.11k forks source link

Running latest version in Production #949

Open lgalant opened 6 years ago

lgalant commented 6 years ago

I think the instructions in Wiki about running insight-ui in prod are outdated (node_modules/.bin/insight-bitcore-api does not exist)

If I'm correct about that, could you please provide the instructions for the current (Ionic) version? Thanks in advance

lgalant commented 6 years ago

Thanks to https://github.com/ionic-team/ionic-cli/issues/1265#issuecomment-315810662 I found a working solution: nohup node_modules/ionic/bin/ionic serve --nobrowser --nolivereload --no-interactive $> ionic.log &

equisde commented 6 years ago

hellp could you help me on how to start in production? i'm getting nohup: failed to run command ‘node_modules/ionic/bin/ionic’: No such file or directory

i tried to add this command to the package.json located in app directory but no luck

benno1214 commented 5 years ago

Anyone actually fixed this issue? the wiki is sooo out dated