root/trunk/src/bindings/scripts/docs/How to install.txt @ 2

Revision 2, 2.0 kB (checked in by yumileroy, 17 years ago)

[svn] * Proper SVN structure

Original author: Neo2003
Date: 2008-10-02 16:23:55-05:00

Line 
1--- How to install ScriptDev2 ---
2
31) Download MaNGOS
42) Create a new folder under "src\bindings\" within the MaNGOS source called "ScriptDev2"
53) Checkout the ScriptDev2 trunk from "https://scriptdev2.svn.sourceforge.net/svnroot/scriptdev2"
6
74a) On Win32:
8 - Compile MaNGOS
9 - Compile ScriptDev2 using the ScriptVC70, ScriptVC80, or ScriptVC90 Solution within the ScriptDev2 folder (this will overwrite the Mangoscript dll in the output directory)
10
114b) On Linux:
12- Apply MaNGOS-rXXXX-ScriptDev2.patch, where XXXX is the highest version to that of your MaNGOS revision, to Mangos Source
13- Compile MaNGOS (ScriptDev2 will automatically be built when compiling Mangos from here on)
14
155) Create the default ScriptDev2 database using "sql\created_database.sql", then execute "sql\scriptdev2_structure.sql" on that database.
16
176) Execute the included "sql\mangos_full_scripts.sql" on your MaNGOS database.
18
197) Place the included "scriptdev2.conf" file within the directory containing your "mangosd.conf" and "realmd.conf" files. You may need to change this file to match the database you created and any custom settings you wish to use (such as a different locale).
20
218) Run mangosd from your output directory
22
23
24To update ScriptDev2:
25All you have to do is open src\bindings\ and right click on the ScriptDev2 folder and click "Update" and then follow steps 4, 6, 7, and 8 again. You must still compile MaNGOS before ScriptDev2 when on the Windows platform.
26
27To update your Database with new Scriptdev2 SQL changes you can either:
28a) apply only the changes that were made during that revision by looking in the sql\update folder or (files named rXXX_scriptdev2.sql should be executed on the scriptdev2 db while rXXX_mangos.sql should be executed on your mangos db)
29b) reapply "mangos_full_scripts.sql" to your MaNGOS database.
30
31You can view the ScriptDev2 Change Log at:
32[url=http://scriptdev2.svn.sourceforge.net/viewvc/scriptdev2/?view=log]http://scriptdev2.svn.sourceforge.net/viewvc/scriptdev2/?view=log[/url]
Note: See TracBrowser for help on using the browser.