- Direct bundled installation (Recommended for non-techy users)
- With Docker (recommended for people with experience in Command Line Interface)
- By bundling directly (Requires Node 12.x, Yarn ^1.19, Go ^1.14)
Warning this might cause trouble on AntiViruses as the software is not signed. So if possible it's best to use the Docker alternative if this occurs
- Download latest version of bundled zip from here https://github.com/yittoo/vegeta-web-ui/tree/master/dist according to operating system you use
- Unzip anywhere you'd like.
- Run the 'vegeta-web-ui' or 'vegeta-web-ui.exe' depending on which operating system you are using
- It will automatically prompt open browser http://localhost:8000 and serve the application there
- (If first time using Docker) Follow the official Docker installation for your operating system (Windows 10 Home edition is not supported)
- Inside project directory in your terminal type the following:
docker-compose up
- On first installation it will install all the software necessary to build the project, it might take some time.
- Visit http://localhost:8000 in your browser
- Install Node 12.x and Yarn ^1.19 from
- Install Go ^1.14 and do default configuration
- On project directory run:
go mod download
go run . buildClient
- It will build and automatically prompt open browser http://localhost:8000 and serve the application there
Right now I'm not accepting outside help. If you have suggestions please open an issue I'll look into that as soon as possible. However feel free to fork the project and tweak as you wish, for development you can use the development docker-compose files available in the root path of the project.