root/readme/setup.html @ 16

Revision 1, 4.7 kB (checked in by jinshiro, 17 years ago)
Line 
1<html><head><title>eAthena - Setup</title><head>
2
3<link rel="stylesheet" type="text/css" href="./readme.css">
4
5<body>
6<div id="dleftbg">
7</div>
8<div id="drightbg">
9</div>
10<div id="canvas" align="center">
11<table cellspacing="0" cellpadding="0" border="0" id="ea" align="center">
12        <tr>
13                <td id="leftborder" valign="top">
14                        <table cellspacing="0" cellpadding="0" border="0">
15                                <tr>
16                                        <td id="leftborderspacer">
17                                        </td>
18                                </tr>
19                                <tr>
20                                        <td valign="top">
21                                        <img src="./images/leftborder.gif">
22                                        </td>
23                                </tr>
24                        </table>
25                </td>
26                <td id="middle" valign="top">
27                        <table cellspacing="0" cellpadding="0" border="0" valign="top">
28                                <tr>
29                                        <td id="logo" valign="top">
30                                                <table class="w800" cellspacing="0" cellpadding="0" border="0">
31                                                        <tr>
32                                                                <td valign="top">
33                                                                        <table class="w800" cellspacing="0" cellpadding="0" border="0" height="100%">
34                                                                                <tr>
35                                                                                        <td rowspan="4">
36                                                                                                <img src="./images/chara.gif" width="366" height="274">
37                                                                                        </td>
38                                                                                        <td rowspan="4" width="129">
39                                                                                        </td>
40                                                                                        <td colspan="2" width="305" height="51" align="right">
41                                                                                                <img src="./images/banner.gif" width="305" height="51">
42                                                                                        </td>
43                                                                                </tr>
44                                                                                <tr>
45                                                                                        <td id="title" colspan="2" align="right">
46                                                                                                Setup
47                                                                                        </td>
48                                                                                </tr>
49                                                                                <tr>
50                                                                                        <td height="81" colspan="2">
51                                                                                        </td>
52                                                                                </tr>
53                                                                                <tr>
54                                                                                        <td class="navi" align="right">
55                                                                                                <a href="../readme.html">Introduction</a><br>
56                                                                                                <a href="./changelog.html">Changelog</a><br>
57                                                                                                <a href="./features.html">Features</a><br>
58                                                                                                <a href="./npcfeatures.html">NPC Features</a>
59
60                                                                                        </td>
61                                                                                        <td class="navi" align="right">
62                                                                                                Setup<br>
63                                                                                                <a href="./gmcommands.html">GM Commands</a><br>
64                                                                                                <a href="./faq.html">FAQ</a><br>
65                                                                                                <a href="./resources.html">Resources</a>
66                                                                                        </td>
67                                                                                </tr>
68                                                                        </table>
69                                                                </td>
70                                                        </tr>
71                                                        <tr>
72                                                                <td id="btmborder">
73                                                                        <table class="w800" cellspacing="0" cellpadding="0" border="0" height="2">
74                                                                                <tr>
75                                                                                        <td id="leftbtmborder"">
76                                                                                        </td>
77                                                                                        <td id="midbtmborder"">
78                                                                                                <img src="./images/btmborder.gif" width="44" height="2">
79                                                                                        </td>
80                                                                                        <td id="rightbtmborder">
81                                                                                        </td>
82                                                                                </tr>
83                                                                        </table>
84                                                                </td>
85                                                        </tr>
86                                                        <tr>
87                                                                <td id="content">
88                                                                        <table class="w800" cellspacing="0" cellpadding="0" border="0" height="100%">
89                                                                                <tr>
90                                                                                        <td id="lefttext" valign="top">
91<h1>Fresh Install</h1>
92It's extremely easy to set up eAthena, just follow these simple steps.
93<ol>
94        <li>Edit motd.txt, grf-files.txt and the .conf files in your /conf/ folder as you see fit</li>
95        <li>If you want to add a user, run adduser.exe in the main eAthena directory before starting the server.</li>
96        <li>Run runserver.bat or runserver-sql.bat (depending on which storage system you're using, or you could run login-server.exe, char-server.exe, and map-server.exe manually)</li>
97        <li>Give people your IP address (can be found at <a href="http://www.whatismyip.com">http://www.whatismyip.com</a>) to people to add in their sclientinfo.xml</li>
98        <li>You're done!</li>
99                                                                                        </td>
100                                                                                        <td id="midtext">
101                                                                                        </td>
102                                                                                        <td id="righttext" valign="top">
103<h1>Upgrading</h1>
104When you're changing versions of eAthena, it is important to keep your saved files in tact. Locate the files (/save/ in TXT, your SQL databse in SQL) and make a back up.
105You also might want to back up any changes you did to eAthena, such as custom sprites/items, open-source changes.
106After backing it up, change motd.txt, grf-files.txt, and the .conf files in the /conf/ folder to your old settings. It is
107important that you use a fresh eAthena, as it changes in structure and many files will have different formats over time.
108Put your backed up files back in, and run eAthena like you normally would.
109                       
110                                                                                        </td>
111                                                                                </tr>
112                                                                                <tr>
113                                                                                        <td colspan="3">
114                                                                                                &copy; Content Copyright 2005 eAthena Development Team/Evera<br>
115                                                                                                &copy; Design Copyright 2005 Evera
116                                                                                        </td>
117                                                                                </tr>
118                                                                        </table>
119                                                                </td>
120                                                        </tr>                   
121                                                </table>
122                                        </td>
123                                </tr>
124                        </table>
125                </td>
126                <td id="rightborder" valign="top">
127                        <table cellspacing="0" cellpadding="0" border="0">
128                                <tr>
129                                        <td id="rightborderspacer">
130                                        </td>
131                                </tr>
132                                <tr>
133                                        <td valign="top">
134                                        <img src="./images/rightborder.gif">
135                                        </td>
136                                </tr>
137                        </table>
138                </td>
139
140        </tr>
141
142</table>
143</div>
144
Note: See TracBrowser for help on using the browser.