I am trying to host my Django project with WAMPServer.
I have edited a couple of WAMPServer file, say https.conf for adding mod_wsgi configurations, python home path, also I have changed the listen port to 8000.
So i have decided to keep this edited wamp64 folder and copy this to C: drive instead of installing the WAMPServer( which would give me unedited wamp folder).
I am starting wampmanager.exe from a shell script after copying the edited wamp folder.
But this requires me to go to wampmanager->apache->install to install wampapache64.
Can I do this in my shell script?
Is there any command to install wampapache64 manually?
Or a better way to edit wamp folder files after a fresh installation?
Thank you