Axon microserver
InterplayMedium Hardware |
Plain installation and developing environment configuration NB! Of course, first of all, you need to have *nix compatible operating system on your computer and modem (for example Linux, MacOS should be fine as well). Download and untar Axon Microserver package wherever you want. wget http://repository.interplaymedium.org/AXON-microserver/Debian/AxonMicroserver_12.12.2010.Debian.tar.gz tar -xz -f AxonMicroserver_12.12.2010.Debian.tar.gz Axon microserver has been created to work on quite weak hardware. Therefore, it utilizes Lua as html preprocessor and uses lighttpd as a small and flexible server solution. So, to organize local developing environment, you need to install lighttpd and lua (5.1 or greater) packages sudo apt-get install lighttpd sudo apt-get install lua enable cgi by running
now you need to edit lighttpd.conf
and add cgi.assign = ( ".lua" => "/usr/bin/lua") string to
restart lighttpd
Software necessary for a default operation of synapses sudo apt-get install libv4l sudo apt-get install vgrabbj sudo apt-get install madplay HTML templates Templates could be helpful for developing synapses. Please download it from here. |