Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ethercalc-log not working on self-hosted ethercalc #1

Open
ashishkataria opened this issue Jun 15, 2015 · 2 comments
Open

ethercalc-log not working on self-hosted ethercalc #1

ashishkataria opened this issue Jun 15, 2015 · 2 comments

Comments

@ashishkataria
Copy link

npm install
npm start

After this getting the following error as:

npm ERR! Linux 2.6.32-200.13.1.el5uek
npm ERR! argv "node" "/usr/local/node/bin/npm" "start"
npm ERR! node v0.12.4
npm ERR! npm v2.11.1
npm ERR! code ELIFECYCLE
npm ERR! ethercalc-log@0.0.1 start: node server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the ethercalc-log@0.0.1 start script 'node server.js'.
npm ERR! This is most likely a problem with the ethercalc-log package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node server.js
npm ERR! You can get their info via:
npm ERR! npm owner ls ethercalc-log
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR! /usr/local/node-v0.12.4-linux-x64/bin/ethercalc-log-master/npm-debug.log

@audreyt
Copy link
Owner

audreyt commented Jun 20, 2015

Do you have other services running at port 3000? ELIFECYCLE could be a result of that.

Once it's resolved however, this code is not really designed to work with plain ethercalc instances yet.

It's conceivable that the self-hosted op can run https://github.com/audreyt/ethercalc/blob/master/misc/archive.ls from time to time and configure a front-end nginx server to serve these snapshots, but that's currently quite involved.

@ldidry
Copy link

ldidry commented Jan 22, 2016

@ashishkataria I just developed a tool to restore old revisions of calcs. You can grab it at https://git.framasoft.org/framasoft/ert. It will normally work for any instance of ethercalc, but be aware that I don't know if it will work on dockered ethercalc instance.

Please, be sure to follow the INSTALL.md, it contains some instructions about ethercalc that you'll need to do.

Do not hesitate to open issues on https://git.framasoft.org/framasoft/ert/issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants