Confirmed users
924
edits
Line 35: | Line 35: | ||
** Example: python build.py _out "http://localhost:8080" | ** Example: python build.py _out "http://localhost:8080" | ||
The above command will create all the necessary files to get the server running and place them into the specified directory. In this case, the files will be placed into a directory names '''_out''' and the server will be running on the localhost using | The above command will create all the necessary files to get the server running and place them into the specified directory. In this case, the files will be placed into a directory names '''_out''' and the server will be running on the '''localhost''' using port '''8080'''. |