mirror of
https://github.com/DarkSecDevelopers/HiddenEye-Legacy.git
synced 2024-03-22 21:12:55 +08:00
add new features in README.md
This commit is contained in:
parent
a0deb72ce7
commit
32a376b9d3
2
Docker/.redstyled.yaml
Normal file
2
Docker/.redstyled.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
enabled: false
|
@ -5,7 +5,7 @@ WORKDIR /home/
|
|||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
|
|
||||||
RUN apt-get install -y git && \
|
RUN apt-get install --no-install-recommends -y git && \
|
||||||
apt-get install --no-install-recommends -y python3.7 && \
|
apt-get install --no-install-recommends -y python3.7 && \
|
||||||
apt-get install -y python3-pip && \
|
apt-get install -y python3-pip && \
|
||||||
apt-get install --no-install-recommends -y php && \
|
apt-get install --no-install-recommends -y php && \
|
||||||
|
@ -5,17 +5,17 @@
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
# Runnin within container
|
## Runnin within container
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
# Requeriments
|
## Requeriments
|
||||||
|
|
||||||
- [X] Docker
|
- [X] Docker
|
||||||
- [X] docker-compose
|
- [X] docker-compose
|
||||||
|
|
||||||
# Usage Mode
|
## Usage Mode
|
||||||
|
|
||||||
Clone the repo from Github
|
Clone the repo from Github
|
||||||
```bash
|
```bash
|
||||||
@ -43,7 +43,7 @@ docker-compose exec hidden python3 HiddenEye.py
|
|||||||
```
|
```
|
||||||

|

|
||||||
|
|
||||||
# Persist Data
|
## Persist Data
|
||||||
|
|
||||||
When we make or buils the service with `docker-compose up --build -d` this persist the data templates in the same folder `WebTemplate`.
|
When we make or buils the service with `docker-compose up --build -d` this persist the data templates in the same folder `WebTemplate`.
|
||||||
If you add the new Template in `WbeTemplate` this will be reflected in the container and you can use it.
|
If you add the new Template in `WbeTemplate` this will be reflected in the container and you can use it.
|
||||||
@ -52,21 +52,21 @@ To add WebTemplate you juste need add them in this folder and done
|
|||||||
- [X] `equinockx~/Webtemplate$ cp * Docker/Webtemplate`
|
- [X] `equinockx~/Webtemplate$ cp * Docker/Webtemplate`
|
||||||
- [X] WebTemplate
|
- [X] WebTemplate
|
||||||
|
|
||||||
# First Start the services
|
## First Start the services
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose up --build -d
|
docker-compose up --build -d
|
||||||
```
|
```
|
||||||
# Down the container
|
## Down the container
|
||||||
```bash
|
```bash
|
||||||
docker-compose down
|
docker-compose down
|
||||||
```
|
```
|
||||||
# Stop the services
|
## Stop the services
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose stop
|
docker-compose stop
|
||||||
```
|
```
|
||||||
# Start the services
|
## Start the services
|
||||||
|
|
||||||
With this command docker-compose will initialize the service stopped
|
With this command docker-compose will initialize the service stopped
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user