mirror of
https://github.com/zebrajr/tornfarm.git
synced 2025-12-06 00:20:23 +01:00
Updated: README.md
This commit is contained in:
parent
b129966575
commit
ee59543aac
45
README.md
45
README.md
|
|
@ -1,13 +1,42 @@
|
|||
# tornfarm
|
||||
To Deploy:
|
||||
- Set your configuration on docker-compose.yml
|
||||
- docker-compose up --build
|
||||
- Login into phpmyadmin and create the database (.src/back/mysql_create_tables)
|
||||
- Restart the stack - docker-compose down && docker-compose up
|
||||
|
||||
To Build:
|
||||
- Move to Current (cd Current)
|
||||
- docker build --tag <your-tag:your-version> .
|
||||
### Situation
|
||||
You want to find targets to attack while chaining on the online MMOPRG [Torn](https://torn.com)
|
||||
|
||||
### Target
|
||||
Automated way to find players and relevant information over them, in a easy way to inspect
|
||||
|
||||
### Action
|
||||
Stack of MariaDB, Python, Apache, PHP (and phpMyAdmin)
|
||||
|
||||
### Result
|
||||
The Stack allows to automatically search, scrap, index and find information about player
|
||||
|
||||
## Deploy with docker-compose:
|
||||
- copy .env.sample to .env
|
||||
```
|
||||
cp .env.sample .env
|
||||
```
|
||||
- Change the default values in .env
|
||||
```
|
||||
nano .env
|
||||
```
|
||||
- run docker-compose
|
||||
```
|
||||
docker-compose up --build
|
||||
```
|
||||
|
||||
|
||||
Ps.: Feel free to improve :)
|
||||
|
||||
|
||||
## Some Statistics
|
||||
<img src="https://img.shields.io/github/license/zebrajr/tornfarm?logo=github"><img src="https://img.shields.io/github/forks/zebrajr/tornfarm?logo=github"><img src="https://img.shields.io/github/stars/zebrajr/tornfarm?logo=github">
|
||||
<br>
|
||||
<img src="https://img.shields.io/github/last-commit/zebrajr/tornfarm?logo=gitfs"><img src="https://img.shields.io/maintenance/yes/2021">
|
||||
<br>
|
||||
<img src="https://img.shields.io/github/repo-size/zebrajr/tornfarm?logo=files"><img src="https://img.shields.io/tokei/lines/github/zebrajr/tornfarm?logo=files">
|
||||
<br>
|
||||
<img src="https://img.shields.io/github/issues-raw/zebrajr/tornfarm?logo=gitbook"><img src="https://img.shields.io/github/issues-closed-raw/zebrajr/tornfarm?logo=gitbook">
|
||||
<br>
|
||||
<img src="https://img.shields.io/github/issues-pr-raw/zebrajr/tornfarm?logo=git"><img src="https://img.shields.io/github/issues-pr-closed-raw/zebrajr/tornfarm?logo=git">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user