Open ghost opened 10 years ago
So; been hacking away working on a ubuntu vbox prototype; idea is to provide a dev. environment for webizing apps & to help people figure play with this stuff out more easily.
I see; install.php ain't going to cut it.
So far;
Configure .conf files.
Got http working; but something crashed the apache.
what am i missing?
Did apache give an error message in
tail -f /var/log/apache2/error.log
SSL cert / configuration not set correctly, I found https://github.com/deiu/rww.io readme helpful, but still working on it. part of the issue is how to set-up FQDN on VBOX https://www.virtualbox.org/ image without resigning DNS? I can edit hosts or perhaps put in a routing rule; or create a dydns link (but doesn't work with subdomains). I'm also a bit out of practice...
A walk-through might be helpful for early-adopters?? i don't think install.php would work, would ideally (from a clean unbuntu64 instance) be something along the lines of apt-get install rwwserver or alternatively ./install.sh ????
Might make it easier for la(z)y people to deploy.