Closed sage-IT closed 8 years ago
Hello, it sounds like you are referring to a very old revision of readium-js-viewer (when Grunt was used as part of the build system). Please follow the instructions in: https://github.com/readium/readium-js-viewer/blob/develop/README.md
Hi Daniel,
Thanks for the speedy reply. I got it to work!!! Now Im trying to add some unzipped epubs to the pub_content folder but they don’t seem to update in the library. The epub I’m adding works on the chrome app but not on the development app created on my server.
Please let me know if I have to create separate help messages.
ZAYD BHYAT I.T SUPPORT OFFICER
SAGE MEDIA GROUP PTY LTD 8/4 QUEEN STREET BENTLEY WA 6102 AUSTRALIA F: +61 8 9458 1136 http://www.sagemedia.com.au/
SAGE MEDIA GROUP PTY LTD 8/4 QUEEN STREET BENTLEY WA 6102 AUSTRALIA F: +61 8 9458 1136
http://www.sagemedia.com.au/ http://nationalresourcesreview.com.au/
This email and any files transmitted with it are confidential to the intended recipient and may be privileged. If you have received this email inadvertently or you are not the intended recipient, you may not disseminate, distribute, copy or in any way rely on it. Further, you should notify the sender immediately and delete the email from your computer. Whilst we have taken precautions to alert us to the presence of viruses, we cannot guarantee that this email and any files transmitted with it are free from viruses. http://www.buildaustralia.com.au/
This email and any files transmitted with it are confidential to the intended recipient and may be privileged. If you have received this email inadvertently or you are not the intended recipient, you may not disseminate, distribute, copy or in any way rely on it. Further, you should notify the sender immediately and delete the email from your computer. Whilst we have taken precautions to alert us to the presence of viruses, we cannot guarantee that this email and any files transmitted with it are free from viruses.
http://www.buildaustralia.com.au/
On 22 Aug 2016, at 3:00 pm, Daniel Weck notifications@github.com wrote:
Closed #560 https://github.com/readium/readium-js-viewer/issues/560.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/readium/readium-js-viewer/issues/560#event-762601341, or mute the thread https://github.com/notifications/unsubscribe-auth/AUHlNiegsL-BPb7iZKswy3s-NFaO9rJQks5qiUkqgaJpZM4Jpjoq.
In the cloud reader, if you want an EPUB (unzipped, or packed) to show-up in the ebook library view, you must add an entry to epub_content/epub_library.opds
.
See https://github.com/readium/readium-js-viewer/blob/develop/README.md#cloud-reader-deployment (sorry, the documentation is hard to read at the moment)
Please don’t apologise, I’m an idiot for not looking at it properly. The documentation is fine, I just got to read it a little better. I thank you again for answering my questions and this won’t be the last time I ask you questions as I plan on using the android and iOS SDK to do some development.
ZAYD BHYAT I.T SUPPORT OFFICER
SAGE MEDIA GROUP PTY LTD 8/4 QUEEN STREET BENTLEY WA 6102 AUSTRALIA F: +61 8 9458 1136 http://www.sagemedia.com.au/
SAGE MEDIA GROUP PTY LTD 8/4 QUEEN STREET BENTLEY WA 6102 AUSTRALIA F: +61 8 9458 1136
http://www.sagemedia.com.au/ http://nationalresourcesreview.com.au/
This email and any files transmitted with it are confidential to the intended recipient and may be privileged. If you have received this email inadvertently or you are not the intended recipient, you may not disseminate, distribute, copy or in any way rely on it. Further, you should notify the sender immediately and delete the email from your computer. Whilst we have taken precautions to alert us to the presence of viruses, we cannot guarantee that this email and any files transmitted with it are free from viruses. http://www.buildaustralia.com.au/
This email and any files transmitted with it are confidential to the intended recipient and may be privileged. If you have received this email inadvertently or you are not the intended recipient, you may not disseminate, distribute, copy or in any way rely on it. Further, you should notify the sender immediately and delete the email from your computer. Whilst we have taken precautions to alert us to the presence of viruses, we cannot guarantee that this email and any files transmitted with it are free from viruses.
http://www.buildaustralia.com.au/
On 22 Aug 2016, at 9:36 pm, Daniel Weck notifications@github.com wrote:
See https://github.com/readium/readium-js-viewer/blob/develop/README.md#cloud-reader-deployment https://github.com/readium/readium-js-viewer/blob/develop/README.md#cloud-reader-deployment (sorry, the documentation is hard to read at the moment)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/readium/readium-js-viewer/issues/560#issuecomment-241414364, or mute the thread https://github.com/notifications/unsubscribe-auth/AUHlNgdsZ_kpV3g4xo73Qa-wml60ZNMJks5qiaXzgaJpZM4Jpjoq.
So ive been trying for a while to install readium cloud reader. I ran into a few problems I fixed and I thought I installed it correctly but I cant seem to get any of my unzipped or zipped epubs to work.
Here are the instructions for installation I followed:
Install Node.js (details depend on your operating system) Install the Grunt build tool using the command line:npm install -g grunt-cli From the command line run:git clone https://github.com/readium/readium-js-viewer.git From the command line run cd readium-js-viewer From the command line run git submodule update --init --recursive From the command line run npm install (in the readium-js-viewer directory) From the command line run cd readium-js From the command line run npm install (a second time in the readium-js directory) After this I changed directory into the parent directory then I ran the grunt command grunt cloudReader but I get an error stating that there are no grunt files. I thought running the last npm install would also generate the grunt files from the package.json. I looked at the npm debug log but I cant see any meaningful error messages. Can anyone help?