CIOSDocumentation > Develop with and for CorneliOS > CorneliOS structure, libraries and program code > CIOS The CIOS framework code Locating CIOS applications and projectshttp://www.example.com/cgi-bin/local/perl - the CIOS directoryUsing CIOS - an exampleThe following script will display list all files and directories inside the CorneliOS /etc directory: #!/usr/bin/perlSave the script here and run it to test the framework: http://www.example.com/cgi-bin/local/perl/test/index.pl - our example scriptThe most important modulesCIOS::Admin - administration toolsFiles and directoriesCIOS.pl is the utility script that allows to create, test and package your own projects. It also automatically generates the test and example projects. The CIOS directory contains the entire framework. The CIOS.pm main module should not be used, only load it if you'd like to test if the framework is running fine. /.__sys/CIOS - the framework directoryMore info...Visit cios.cornelios.org for more information about the CIOS framework. |
![]() |
Working with CorneliOS
Installation and Administration
Develop with and for CorneliOS
|

