Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 !
- Host: GitHub
- URL: https://github.com/manatlan/htagdemo
- Owner: manatlan
- License: mit
- Created: 2024-10-12T13:04:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T13:02:26.000Z (3 months ago)
- Last Synced: 2024-11-10T17:38:44.501Z (2 months ago)
- Language: Python
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.shIt 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.pyAnd surf to http://localhost:8000