lazydubuntu
lazydubuntu copied to clipboard
localhost website
We need to have a website where it can provide more information about development environment. This website should be on localhost (127.0.0.1).
- Virtual Host - The most important element on this website should be virtual host information. A list of all virtual host currenlty created it. This going to be manipulated by bash.
- PHP Information - this website should contain a link to phpinfo(); page so user have a easy access to that information.
- phpMyAdmin - that website should contain a link to phpMyAdmin. (localhost/phpmyadmin)
- Documentation Page - this page should have information about LazyDubuntu where user can reach all the documentation.
-
MySql Information - To connect to the MySQL server from your own scripts use the following connection parameters:
- Host localhost
- Port PortNumber
- User root
- Password RootNumber
- Application Information - A list of the application installed on the Lazy Dubuntu install.
This along with the UI can be handled easily in the same node process with the UI being done in the chromium part of node-webkit. You will need installers for Linux, Windows and Mac though. Or maybe not.