Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/manatlan/htagdemo

Test HTAG in a docker's demo !
https://github.com/manatlan/htagdemo

Last synced: 3 days ago
JSON representation

Test HTAG in a docker's demo !

Awesome Lists containing this project

README

        

This is "home" for the future "htag demo". It will be a docker app (because my free hosting provider will shutdown my free account, if many people use the online version at the same time)

It will be a lot simpler to intanciate it, on demand ;-)

**IMPORTANT** : Currently, I'm working on this (the demo is not finnished, and bug a little)

# Test online

[htagdemo on render](https://htagdemo.onrender.com/)

**note** : The docker is hosted on **render.com** (in a free account) : so, it may take 50sec to start on-demand, be patient ;-)

# Test on your own

You'll need docker command on your host, just run :

docker run -p 8111:8000 ghcr.io/manatlan/htagdemo:latest

or

docker build -t test https://github.com/manatlan/htagdemo.git && docker run -p 8111:8000 --rm test

And surf to http://localhost:8111

# Test locally (on your host):

git clone https://github.com/manatlan/htagdemo.git
cd htagdemo
./runLocal.sh

It will open the demo in your browser ;-)

## Test python

git clone https://github.com/manatlan/htagdemo.git
cd htagdemo
./createPythonVenv.sh
python app_demo/server.py

And surf to http://localhost:8000