We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ git clone https://github.com/substance/dar-server.git $ cd dar-server
-- here I created an archives folder and a sub folder named example1, in which I placed the example from https://github.com/substance/dar/tree/master/examples/classic-manuscript
$ npm install $ node lib/server.js -d /archives/example1
Instructions say that I can access /archives/example1 via http://localhost:5000/example1 However, this shows the following error in the browser
Failed to load resource: the server responded with a status of 404 (Not Found) at the path http://localhost:5000/example1
The text was updated successfully, but these errors were encountered:
I have updated the README to make this easier. In this particular case, you should have used
$ node lib/server.js -d ./archives
Sorry, something went wrong.
No branches or pull requests
$ git clone https://github.com/substance/dar-server.git
$ cd dar-server
-- here I created an archives folder and a sub folder named example1, in which I placed the example from https://github.com/substance/dar/tree/master/examples/classic-manuscript
$ npm install
$ node lib/server.js -d /archives/example1
Instructions say that I can access /archives/example1 via http://localhost:5000/example1
However, this shows the following error in the browser
Failed to load resource: the server responded with a status of 404 (Not Found) at the path http://localhost:5000/example1
The text was updated successfully, but these errors were encountered: