You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been unable to get localshop to work at all based on following the README directions. Here is a list of problems with the documentation:
The instructions for starting it appear to require two commands to be run, but don't include an & to run them in the background, nor is there an explanation of what is going on with the second command (For example, what do the -B and -E options even do? Why do I need them?).
The instructions for how to choose another port are not relevant to the preceding lines about how to start the server, and evidently what is given refers to a deprecated way of running localshop.
The honcho method mentions a "Procfile" which may or may not exist. I couldn't figure out what that referred to, and so that method did not work.
The command for uploading fails. It should instead be something like python setup.py sdist upload -r local. However, if I do this, I get a 200 OK response but nothing appears when I refresh the web interface, nor is there anything in ~/.localshop/files (which doesn't even exist).
The text was updated successfully, but these errors were encountered:
I have been unable to get localshop to work at all based on following the README directions. Here is a list of problems with the documentation:
&
to run them in the background, nor is there an explanation of what is going on with the second command (For example, what do the-B
and-E
options even do? Why do I need them?).python setup.py sdist upload -r local
. However, if I do this, I get a 200 OK response but nothing appears when I refresh the web interface, nor is there anything in~/.localshop/files
(which doesn't even exist).The text was updated successfully, but these errors were encountered: