VisualGuideToInstallingStendhalStep5: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
imported>Kymara
m generate ini - add version number instead of x.xx since user might not realise to do it and just paste with x.xx in
imported>Kymara
using images made by juan some time ago which have correct generate INI command in them
Line 2: Line 2:
Now you will generate a marauroa *.ini file so that marauroa knows where and how to access the database with the user accounts and other info.
Now you will generate a marauroa *.ini file so that marauroa knows where and how to access the database with the user accounts and other info.


Open a command prompt window.
Open a command prompt window,and cd to ''marauroa/'' folder (don't worry, in the photo they called it ''marauroa-2.'', ignore this).


[[Image:Step5cd.PNG]]
http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step4MarauroaConfiguration/Step4MarauroaConfiguration01.png

cd to ''marauroa/'' folder

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step4MarauroaConfiguration/Step4MarauroaConfiguration02.png


At prompt, copy from here, with the correct version number instead of X.XX:
At prompt, copy from here, with the correct version number instead of X.XX:
Line 14: Line 10:
java -cp marauroa.jar;stendhal-server-X.XX.jar games.stendhal.server.core.engine.GenerateINI
java -cp marauroa.jar;stendhal-server-X.XX.jar games.stendhal.server.core.engine.GenerateINI


which is Case SenSiTivE! And remember to change the 0.XX to whatever version you have as well as the marauroa version. (the photos below are outdated so they look a little different - don't worry!)
which is Case SenSiTivE! And '''remember to change the 0.XX to whatever version you have''' (the photos below are outdated so they look a little different - don't worry!)


Now USE your mouse and right-click anywhere inside the window and choose paste.
Now USE your mouse and right-click anywhere inside the window and choose paste.

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step4MarauroaConfiguration/Step4MarauroaConfiguration03.png


Then press <tt>enter</tt>
Then press <tt>enter</tt>


[[Image:Step5GenerateINI.PNG]]
http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step4MarauroaConfiguration/Step4MarauroaConfiguration04.png


'''REMINDER use what is written in the text NOT this outdated photo!'''
'''Warning:''' depending on how you have copied it maybe there's no need to press <tt>enter</tt> this time after you paste (you might have copied the <tt>enter</tt> character too).
'''Warning:''' depending on how you have copied it maybe there's no need to press <tt>enter</tt> this time after you paste (you might have copied the <tt>enter</tt> character too).


When prompted for the name of the database:
When prompted for the name of the database, press enter to accept the default or write your own.


[[Image:Step5GenerateINI1.png]]
http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step4MarauroaConfiguration/Step4MarauroaConfiguration06.png

Press enter to accept the default or write your own.

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step4MarauroaConfiguration/Step4MarauroaConfiguration07.png


Then press <tt>enter</tt>
Then press <tt>enter</tt>

http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step4MarauroaConfiguration/Step4MarauroaConfiguration08.png


When prompted for the name of the database host, this time you can safely press <tt>enter</tt> to accept the default localhost
When prompted for the name of the database host, this time you can safely press <tt>enter</tt> to accept the default localhost
Line 47: Line 34:
and USE your mouse and right-click anywhere inside the window and choose paste. Then press <tt>enter</tt>
and USE your mouse and right-click anywhere inside the window and choose paste. Then press <tt>enter</tt>


[[Image:Step5GenerateINI2.PNG]]
http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step4MarauroaConfiguration/Step4MarauroaConfiguration09.png


'''Warning:''' When prompted for the name of the database user password you have to write exactly the same password you chose earlier when [[VisualGuideToInstallingStendhalStep2#CreateMySQLDatabase_SetUserPassword|creating the database at Step 2]]. So copy from here:
'''Warning:''' When prompted for the name of the database user password you have to write exactly the same password you chose earlier when [[VisualGuideToInstallingStendhalStep2#CreateMySQLDatabase_SetUserPassword|creating the database at Step 2]]. So copy from here:
Line 55: Line 42:
and USE your mouse and right-click anywhere inside the window and choose paste. Then press <tt>enter</tt>
and USE your mouse and right-click anywhere inside the window and choose paste. Then press <tt>enter</tt>


[[Image:Image10.PNG]]
http://arianne.sourceforge.net/wiki_images/visual_guide_server/Step4MarauroaConfiguration/Step4MarauroaConfiguration10.png


Here, like I have just done, it reminds you that you should have granted all permissions to access the marauroa database to the user ''stendhal_user'' with password ''stendhal_passwd''. And that is precisely what we have just done already when [[VisualGuideToInstallingStendhalStep2#CreateMySQLDatabase_SetUserPassword|creating the database at Step 2]].
Here, like I have just done, it reminds you that you should have granted all permissions to access the marauroa database to the user ''stendhal_user'' with password ''stendhal_passwd''. And that is precisely what we have just done already when [[VisualGuideToInstallingStendhalStep2#CreateMySQLDatabase_SetUserPassword|creating the database at Step 2]].