aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt69
1 files changed, 38 insertions, 31 deletions
diff --git a/README.txt b/README.txt
index 339d687..ed59bf5 100644
--- a/README.txt
+++ b/README.txt
@@ -10,41 +10,38 @@ C#, and can run under Mono or the Microsoft .NET runtimes.
10This is considered an alpha release. Some stuff works, a lot doesn't. 10This is considered an alpha release. Some stuff works, a lot doesn't.
11If it breaks, you get to keep *both* pieces. 11If it breaks, you get to keep *both* pieces.
12 12
13== Installation on Windows == 13== Compiling OpenSim ==
14 14
15Prereqs: 15Please see BUILDING.txt if you downloaded a source distribution and
16 * runprebuild.bat 16need to build OpenSim before running it.
17 * Load OpenSim.sln into Visual Studio .NET and build the solution. 17
18 * chdir bin 18== Running OpenSim on Windows ==
19 * edit OpenSim.ini and appropriate files in bin/config-include 19
20 * OpenSim.exe 20We recommend that you run OpenSim from a command prompt on Windows in order
21 21to capture any errors, though you can also run it by double-clicking
22 Helpful resources: 22bin/OpenSim.exe
23* http://opensimulator.org/wiki/Build_Instructions 23
24 24To run OpenSim from a command prompt
25See configuring OpenSim 25
26 26 * cd to the bin/ directory where you unpacked OpenSim
27== Installation on Linux == 27 * run OpenSim.exe
28 28
29Prereqs: 29Now see the "Configuring OpenSim" section
30 * Mono >= 2.4.2 30
31 * Nant >= 0.86 beta 1 (if building with the .NET framework on Windows), 0.85 (if building with the mono framework) 31== Running OpenSim on Linux ==
32 * sqlite3 or mysql 5.x (you'll need a backend database) 32
33 33You will need Mono >= 2.4.2 to run OpenSim. On some Linux distributions you
34From the distribution type: 34may need to install additional packages. See http://opensimulator.org/wiki/Dependencies
35 * ./runprebuild.sh 35for more information.
36 * nant 36
37To run OpenSim, from the unpacked distribution type:
38
37 * cd bin 39 * cd bin
38 * edit OpenSim.ini and appropriate files in bin/config-include
39 * mono ./OpenSim.exe 40 * mono ./OpenSim.exe
40 41
41See configuring OpenSim 42Now see the "Configuring OpenSim" section
42 43
43== Configuring OpenSim == 44== Configuring OpenSim ==
44 Helpful resources:
45* http://opensimulator.org/wiki/Configuration
46* http://opensimulator.org/wiki/Configuring_Regions
47* http://opensimulator.org/wiki/Mysql-config
48 45
49When OpenSim starts for the first time, you will be prompted with a 46When OpenSim starts for the first time, you will be prompted with a
50series of questions that look something like: 47series of questions that look something like:
@@ -62,11 +59,21 @@ Once you are presented with a prompt that looks like:
62 59
63You have successfully started OpenSim. 60You have successfully started OpenSim.
64 61
62Before you can log in you will need to create a user account. You can do
63this by running the "create user" command on the OpenSim console. This will
64ask you a series of questions such as first name, last name and password.
65
66Helpful resources:
67 * http://opensimulator.org/wiki/Configuration
68 * http://opensimulator.org/wiki/Configuring_Regions
69 * http://opensimulator.org/wiki/Mysql-config
70
65== Connecting to your OpenSim == 71== Connecting to your OpenSim ==
66 72
67By default your sim will be running on http://127.0.0.1:9000. To use 73By default your sim will be running on http://127.0.0.1:9000. To use
68your OpenSim add -loginuri http://127.0.0.1:9000 to your second life 74your OpenSim add -loginuri http://127.0.0.1:9000 to your second life
69client (running on the same machine as your OpenSim). 75client (running on the same machine as your OpenSim). To login, use the
76same avatar details that you gave to the "create user" console command.
70 77
71== Bug reports == 78== Bug reports ==
72 79