Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.
/ docker-webtex Public archive

Web-based LaTeX editor and compiler in an Arch Linux docker container.

License

Notifications You must be signed in to change notification settings

arkenous/docker-webtex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-webtex

Build Status AMA

Web-based LaTeX editor and compiler in an Arch Linux docker container.

WebTeX build status: Build Status

How to use this?

Pull docker image from Docker Hub

$ docker pull k3nsuk3/docker-webtex:latest

Run container from this pulled image

$ docker run -itd -p 8080:8080 k3nsuk3/docker-webtex:latest /bin/bash -c "python /home/user/WebTeX/WebTeX/app.py"

Access WebTeX by your preferred browser

http://localhost:8080/

Sign in to WebTeX by using default user name and password

  • Default user name: Admin
  • Default user password: webtex

Initial setup of WebTeX

Follow initial setup instruction. Input berow text for each input form.

  • User name: Your preferred user name
  • User password: Your preferred user password
  • JAVA_HOME: /usr/lib/jvm/java-8-openjdk/jre
  • Absolute path of RedPen configuration file: /home/user/redpen/conf/redpen-conf-en.xml

Re-login to WebTeX, create working directory, write LaTeX document, and compile

About

Web-based LaTeX editor and compiler in an Arch Linux docker container.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published