airavata-courses / CookieArmy

Apache License 2.0
0 stars 0 forks source link

DB deployment steps need improvement - alakh-pr1 #22

Closed alakhsingh closed 5 years ago

alakhsingh commented 5 years ago
  1. Please include the link to download MySQL db.
  2. Include steps on how to start the DB and the steps to include environment variables.
  3. Also, the first step in your wiki, you should include git clone and git checkout command.
  4. For all the other modules which needed to be installed please include appropriate links for windows and mac platforms.
iarora93 commented 5 years ago

Hello Alakh,

Release instructions have been updated, You can find the instructions in the development Branch.

Do let us know if any other changes are required.

Also please git clone the development branch once again

alakhsingh commented 5 years ago

Hi @iarora93 the link you have attached for mysql installation instructions doesn't say how to fire up mysql or set the path variables. Please update the wiki for the same. refer https://stackoverflow.com/questions/32858216/error-1045-28000-access-denied-for-user-rootlocalhost-using-password-n

iarora93 commented 5 years ago

Hello,

You can go to the path where MySQL is installed, go to bin folder and run ./mysql -u root If there is some issue please check if the instance is running or not.

The instructions were mentioned on the same page about which is given in Wiki https://dev.mysql.com/doc/refman/5.5/en/osx-installation-launchd.html https://dev.mysql.com/doc/refman/5.5/en/osx-installation-prefpane.html

Still, if you face an issue do let me know