Skip to content

rakeshmane/lazyhunter-UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Version 20.02]

This repo contains web UI components and config files of lazyhunter.

Note : This repo might not be upto date, it's recommended to use LazyHunter via docker container : https://hub.docker.com/r/rakeshmane/lazyhunter

Installation

Make directory where all logs and uploaded files will be saved locally :

mkdir -p ~/TOWF/logs/

mkdir -p ~/TOWF/uploads/

Pull the current version 1.0 :

docker pull rakeshmane/lazyhunter:v1.0

Start server :

docker run --rm -v ~/TOWF/:/TOWF/ -p 8888:80 -p 8008:8008 -p 8001:8001 -d rakeshmane/lazyhunter:v1.0

Visit : http://127.0.0.1:8888

Without docker

I haven't tested it outside of container but I think you could just clone this repo and change the default commands from config/default_commands.txt file, then just start the php server and you are ready to go. However I recommend to use docker container "lazyhunter" at the moment. I'll probably release non-docker version of lazyhunter, but not anytime soon.

Contribution

Feel free to contact me on @RakeshMane10 or just send the Pull Request here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published