Ezhil-Language-Foundation / Ezhil-Lang

எழில் - ஒரு தமிழ் நிரலாக்க மொழி; தமிழ் மாணவர்களுக்கு இது முதல்முறை கணிப்பொறி நிரல் ஏழுத உதவும் (Ezhil, is a fun Tamil programming language for K-12).
http://ezhillang.org/
GNU General Public License v3.0
170 stars 46 forks source link

FAQs for Ezhil language #79

Closed arcturusannamalai closed 9 years ago

arcturusannamalai commented 9 years ago

Make a FAQs for Ezhil language addressing the basic question of encoding. Recommend users to pursue the localhost installation.

digital-carver commented 9 years ago

Hi. Related to this, the actual command in webserver.sh: cd ./web && python ../ezhil/EZWeb.py actually works as it is in Windows. Just copying the .sh file as a .bat file and running it, cmd complains about the first line ('#!' is not recognized), but then goes on to run the second line and creates the webserver successfully.

It might be worth adding a webserver.bat with just the second line of the shell script, for the sake of beginners that wish to use this recommended method in Windows.

arcturusannamalai commented 9 years ago

Thanks @digital-carver - please submit a PR.