This forum is no longer active. Please post your questions to our new community site
Enter BitNami environment from command line?
|
|
Hi, I’m running DjangoStack on Windows. Great work. I can launch the BitNami environment by Start > BitNami DjangoStack > Use BitNami DjangoStack. However, I’d like to automate some of the setup process in a batch script. Is there a way I can simulate launching the BitNami environment from the command line? If I simply navigate to the BitNami projects directory, I don’t have access to all the environment variables, installed packages etc. Thanks |
|
|
Hi, All the required environment variables are in the “you_installdir/scripts/setenv.bat” file. You can create a .bat script which calls this script at the beginning:
|

