Changes between Version 1 and Version 2 of DevelopmentPage/SchoolDev


Ignore:
Timestamp:
Feb 13, 2019, 10:52:30 AM (6 years ago)
Author:
Olivier Mattelaer
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevelopmentPage/SchoolDev

    v1 v2  
    4949  2. Then at the school, when you have the local ip of the machine run the script (also in attachment)
    5050{{{
    51 python setup_www 192.168.xxx.xxx
     51python make_www.py 192.168.xxx.xxx
    5252}}}
    53   3. When you want to serve the file, run the following code in that directory:
     53  3. When you want to serve the files, run the following code in that directory:
    5454{{{
    5555python -m SimpleHTTPServer 8000