Webapp to create a Din-A4-Letter online with LaTeX.
The logo is a whale, the german word for whale is Wal. Wal stands for Write-A-Letter. ;-)
The wal default port is 5000.
pull from dockerhub (https://hub.docker.com/r/mperlet/wal/)
docker pull mperlet/wal
docker run -d -p127.0.0.1:5000:5000 mperlet/wal
git clone https://github.com/mperlet/wal.git && cd wal
docker build -t wal .
docker run -p127.0.0.1:5000:5000 -d -t wal
git clone https://github.com/mperlet/wal.git && cd wal
vagrant up
By default, wal runs on port 5000. Check http://localhost:5000
.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.