Hi Demm & All,

I have just downloaded KaOS and I am hoping to build a Web-Server. What would you suggest as the most secure stable way of building a Web-Server on KaOS? Do you have pre-built Web-Server packages like AMMPS, LAMP etc? I have seen in the forum here a member has built LAMP Stack before (Apache, MySQL, and PHP/Python/Perl) , I am however not a real fan of PHPMyAdmin. Not real sure of alternatives aside from Adminer. My main issue I guess would be how to configure a server on KaOS as I am yet to learn the package manager etc and if tar.balls, .run, .bin etc can be run and are compatible with KaOS. I have run a Web-Server on Open-Suse and had Drupal as the CMS. So If you can suggest overall a nice way to build a safe, secure Web-Server and Add-on CMS for KaOS I would love to hear your thoughts. Plus any of your best advise for using KaOS, How long will KaOS be supported for ?, Is there a big development team? I look forward to trying this KaOS out and see what it can do and if it can be a stable OS for a Web-Server.

Regards

Darren

Australia

This here is imho the most easy way to setup a web server:

If you prefer the manual way, install the LAMP stack by hand:

Update your KaOS installation and run then: sudo pacman -S apache php php-apache phpmyadmin mariadb

(mariaDB is the community editon of MySQL and already preinstalled)

You could always install Apache or Ngnix and configure it yourself.

In a netbook I use to show test cases I use the php built in server (its not ready for production, but its a fast & portable way to get a web server on demand).