Hi guys,
I hope this is the right place for this question.
I'm wondering if is possible to build a simple panel where I can start/stop apache and mysql? In other words, how do I interact with those servers?
Thank you!
Web servers panel
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Web servers panel
Apache and MySQL are controlled via the command line, and LiveCode can trigger shell commands with the shell function - so, yep, you can do it.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Web servers panel
Thank you. I'm trying to dig on shell functions, but I cannot find a proper documentation. Any suggestions?
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Web servers panel
For LiveCode, see the "shell" function in the Dictionary. For Apache and MySQL, there's so much out there Google's your best bet.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn