lazydubuntu icon indicating copy to clipboard operation
lazydubuntu copied to clipboard

localhost website

Open itsdarrylnorris opened this issue 9 years ago • 1 comments

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.

itsdarrylnorris avatar Dec 15 '14 17:12 itsdarrylnorris

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.

ghost avatar Dec 31 '14 19:12 ghost