Skip to content

Commit

Permalink
0.3.2
Browse files Browse the repository at this point in the history
Signed-off-by: Boudjada Yasser <by.root96@gmail.com>
  • Loading branch information
yasserbdj96 committed May 26, 2023
1 parent e596cf6 commit cfde28e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README_DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ Security is a top priority for HIPHP, with regular updates ensuring compatibilit
❯ docker build -t hiphp:latest .

# Run as CLI:
❯ docker run -e KEY="<KEY>*" -e URL="<URL>*" -i -t hiphp:latest
❯ docker run -e KEY="<KEY*>" -e URL="<URL*>" -i -t hiphp:latest

# Run as GUI:
❯ docker run -e DST="True" -d --rm -p 127.0.0.1:8080:8080 -i -t hiphp:latest
❯ docker run --rm -p 127.0.0.1:8080:8080 -e DOCKER=True -e DST=True -i -t hiphp:latest
# Open your web browser and navigate to http://127.0.0.1:8080 to see the default landing page.

# * = All inputs must be entered.
Expand All @@ -152,10 +152,10 @@ Security is a top priority for HIPHP, with regular updates ensuring compatibilit
❯ docker build -t docker.io/yasserbdj96/hiphp:latest .

# Run as CLI:
❯ docker run -e KEY="<KEY>*" -e URL="<URL>*" -i -t docker.io/yasserbdj96/hiphp:latest
❯ docker run -e KEY="<KEY*>" -e URL="<URL*>" -i -t docker.io/yasserbdj96/hiphp:latest

# Run as GUI:
❯ docker run -e DST="True" -d --rm -p 127.0.0.1:8080:8080 -i -t docker.io/yasserbdj96/hiphp:latest
❯ docker run --rm -p 127.0.0.1:8080:8080 -e DOCKER=True -e DST=True -i -t docker.io/yasserbdj96/hiphp:latest
# Open your web browser and navigate to http://127.0.0.1:8080 to see the default landing page.

# * = All inputs must be entered.
Expand All @@ -176,10 +176,10 @@ Security is a top priority for HIPHP, with regular updates ensuring compatibilit
❯ docker build -t ghcr.io/yasserbdj96/hiphp:latest .

# Run as CLI:
❯ docker run -e KEY="<KEY>*" -e URL="<URL>*" -i -t ghcr.io/yasserbdj96/hiphp:latest
❯ docker run -e KEY="<KEY*>" -e URL="<URL*>" -i -t ghcr.io/yasserbdj96/hiphp:latest

# Run as GUI:
❯ docker run -e DST="True" -d --rm -p 127.0.0.1:8080:8080 -i -t ghcr.io/yasserbdj96/hiphp:latest
❯ docker run --rm -p 127.0.0.1:8080:8080 -e DOCKER=True -e DST=True -i -t ghcr.io/yasserbdj96/hiphp:latest
# Open your web browser and navigate to http://127.0.0.1:8080 to see the default landing page.

# * = All inputs must be entered.
Expand Down
3 changes: 2 additions & 1 deletion README_PYPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ Security is a top priority for HIPHP, with regular updates ensuring compatibilit
[] <a href="https://pypi.org/project/readline/">readline</a><br>
[] <a href="https://pypi.org/project/chardet/">chardet</a>


<br>
<h2>Python Package Installation:</h2>

Expand All @@ -135,7 +136,7 @@ Security is a top priority for HIPHP, with regular updates ensuring compatibilit
# Go to downloaded folder:
cd hiphp
# install
❯ pip install -r requirements-pypi.txt
❯ pip install -r requirements.txt
❯ sudo python setup.py install

# Uninstall:
Expand Down

1 comment on commit cfde28e

@vercel
Copy link

@vercel vercel bot commented on cfde28e May 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

hiphp – ./

hiphp-git-main-yasserbdj96.vercel.app
hiphp.vercel.app
hiphp-yasserbdj96.vercel.app

Please sign in to comment.