GithubHelp home page GithubHelp logo

voltek62 / tatwebui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ovh/tatwebui

0.0 3.0 0.0 857 KB

Tat Web UI - Text And Tags

License: Other

Makefile 0.69% JavaScript 53.07% CSS 6.52% HTML 38.84% Shell 0.88%

tatwebui's Introduction

Build Status

Tat WebUI

Tat Web UI - A Web Client for Tat Engine

See Tat Engine for more information: https://github.com/ovh/tat

Views

Docker

Build Image

docker build -t tat-webui:latest .

RUN

docker run -it --rm --name tat-webui-instance1 \
  -e FILESYSTEM_LISTEN_PORT=8082 \
  -e PROCESS_NB_FORKS=2 \
  -e BACKEND_SCHEME=http \
  -e BACKEND_HOST=localhost \
  -e BACKEND_PORT=8081 \
  -p 8082:8082 tat-webui

Hacking

You've developed a new cool feature? Fixed an annoying bug? We'd be happy to hear from you! Make sure to read CONTRIBUTING.md before.

Prerequisites

  • Install NodeJs [https://nodejs.org/]
  • Install Bower npm install -g bower
  • Install Grunt npm install -g grunt-cli

Client

Tat webui plugins

Configuration

See file client/plugin.tpl.json You can had your custom tat view plugins in client/custom.plugin.tpl.json

Configure Tat Engine and others parameters

cp client/src/assets/config.json.sample client/src/assets/config.json.prod

See file client/src/assets/config.json.prod

Quick RUN in dev mode

make devclient

Server

See Makefile... Useful only if your Tat Engine doesn't allow CORS.

Dependencies

Get the dependencies by launching those commands:

  • cd ./server
  • npm install

Configuration

  • cd ./server
  • cp ./app/config.json.sample ./app/config.json
  • edit ./app/config.json

Launch

Launch serve task of grunt:

  • cd ./server
  • npm start

tatwebui's People

Contributors

yesnault avatar h3 avatar landru29 avatar

Watchers

James Cloos avatar Vincent Terrasi avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.