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

Docker image and documentation #65

Closed
DamianoP opened this issue Aug 14, 2021 · 11 comments
Closed

Docker image and documentation #65

DamianoP opened this issue Aug 14, 2021 · 11 comments

Comments

@DamianoP
Copy link

DamianoP commented Aug 14, 2021

Can you provide a simple docker compose file or a tutorial that explain how to run your image ?
https://hub.docker.com/r/swiftlatex/v2.0
Thank you...

@Parsa2820
Copy link

You just need to map the container port to the host port. Pull the image first and then execute docker run command as below:

docker run -p 3000:3000 swiftlatex/v2.0

Now go to localhost:3000

@DamianoP
Copy link
Author

DamianoP commented Nov 7, 2021

Yes, but the buttons ("Playground","Google","Dropbox") are not working
And the JS console show this error:
GET http://localhost:3000/dist/index.bundle.js net::ERR_ABORTED 404 (Not Found)

@Parsa2820
Copy link

Actually, buttons aren't working, but It doesn't show any error in console for me.

@elliott-wen
Copy link
Contributor

elliott-wen commented Nov 8, 2021 via email

@Parsa2820
Copy link

Hi all, I am really sorry for all the issues. SwiftLaTeX is not actively maintained and lacks documentation. Since I am quite occupied with my current job, I may not be able to fix all the issues on time. If you would like to be a maintainer, please let me know. I will explain all the working details to you. Hopefully the new maintainer can keep this project alive. Cheers Elliott

On Mon, 8 Nov 2021 at 18:30, Parsa Mohammadian @.***> wrote: Actually, buttons aren't working, but It doesn't show any error in console for me. — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#65 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABLPC3CFSO62QUIXR3LRFBLUK5N53ANCNFSM5CFKISDQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

I'm not a professional front end developer and lacking knowledge for maintaining this project. I hope someone picks this awesome project up soon.

@LubosD
Copy link
Collaborator

LubosD commented Nov 16, 2021

@elliott-wen I've reimplemented the service that serves all texlive files as a Docker microservice. I could contribute that.

But I noticed you haven't published the build script & sources for swiftlatex_export.wasm (which is xdvipdfmx I assume). Could you at least upload these?

@conradolandia
Copy link

conradolandia commented Nov 16, 2021 via email

@elliott-wen
Copy link
Contributor

elliott-wen commented Nov 17, 2021 via email

@conradolandia
Copy link

conradolandia commented Nov 17, 2021 via email

@conradolandia
Copy link

conradolandia commented Nov 18, 2021 via email

@elliott-wen
Copy link
Contributor

elliott-wen commented Nov 23, 2021 via email

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

No branches or pull requests

5 participants