-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Indrit edited this page Nov 28, 2018
·
2 revisions
Welcome to the Fasty Framework Wiki!
- Install an C++ compiler, i suggest mingw downloadable from here MinGW Compiler
- I suggest you to use Command Prompt.
So with cmd we type in
mkdir - Later on we download fasty web framework from github
- Then we extract the fasty core on the forlder
- Later on under the command prompt we navigate to our fasty directory
and later on the source directory
- than we execute the batch file wich handles the compilation process
and hold on our fasty web application is compiling.there may be some warnings but it is ok
- And whoila
our fasty web application is compiled under an executable found in the bin directory ready do get executed..
- Execute it and it will start the web server under 8080 port, later with your browser go to http://localhost:8080 and you will see fasty web application running in production on your windows machine :)