Compile and run

If you’d like to run Go-web in order to try your new implementation you can run the following command:

// Make sure to run this command in project root
make gwf-run

To compile the entire project you just need to run:

// Make sure to run this command in project root
make gwf-build

Then to start you can simply run of your Go-Web commands:

./goweb server:run // Run server normally
./goweb server:daemon // Run server as a daemon

Tip

Check ./goweb show:commands to see all Go-Web available commands

The server will start listening on port defined in file config.yml.