Roster:Install/de

From WoWRosterWiKi
(Difference between revisions)
Jump to: navigation, search
m
Line 49: Line 49:
  
  
===Hints===
+
===Tips===
* Do not simply upload the zip file to your provider
+
* Lade die Zip Datei nicht einfach auf dein Webspace
*: You should unzip to your desktop then upload the contents of the archive, and make sure to keep the file and directory structure intact!
+
*: du solltest erst das Archiv auf deinem Rechner entpacken und den entpackten Ordner auf dein Webspace laden um die Verzeichnisstrucktur zu erhalten.
  
* Download the [http://www.wowroster.net/Downloads/get=4.html Interface Imagepack]
+
* Downloade das [http://www.wowroster.net/Downloads/get=4.html Interface Imagepack]
 
*: It's easiest to unzip the files on your desktop and figure out where they go after you've done that
 
*: It's easiest to unzip the files on your desktop and figure out where they go after you've done that
  
* Make sure you get all the image packs
+
* Stelle sicher das alle Bilder enthalten sind
*: Every time Blizzard creates new icons for items, talents, spells, etc... a new image pack is released
+
*: Jedesmal wenn Blizzard neue Icons für Items, Talente, Spells, etc... erstellt, wird es ein neues Relese vom Image Pack geben
*: For full functionality, be sure to have all current image packs installed
+
*: Für eine volle Funktionalität stelle sicher das du das Aktuelle Image Pack benutzt.
*: We keep a full zip archive with the latest files, and some upgrade zip archives
+
*: Wir halten ein volles Zip Archiv mit den Aktuellen Datein bereit.
  
* Configuring Roster (*ROSTERDIR*/admin.php) - ACCESS VIA WEB!
+
* Roster konfiguration (*ROSTERDIR*/admin.php) - Zugang über deine Webseite!
** Check out the [[Roster:FirstUpload|First Upload]] instructions for help
+
** Lies dir die Anleitung für den  [[Roster:FirstUpload|ersten Upload]] durch.
  
* Do not worry about GuildProfiler.lua
+
* kümmert euch nicht um die GuildProfiler.lua
*: There's nothing you need in there, either during installation or when updating information
+
*: Es gibt nichts in der Datei was du zur Installation oder zum Updaten benötigst
*: All the info you should care about is in CharacterProfiler.lua
+
*: Alle Informationen die Du benötigst findest du in der CharacterProfiler.lua
  
  
  
===Installing Roster===
+
===Roster Installieren===
  
====Pre-install====
+
====Vor der Installation====
(Figure 'phpMyAdmin Create Database')<br>
+
(Figure 'phpMyAdmin Datenbank erstellen')<br>
(Figure 'phpMyAdmin Database Created')<br>
+
(Figure 'phpMyAdmin Datenbank erstellt')<br>
 
Create, or have ready a MySQL database that WoWRoster can use.<br>
 
Create, or have ready a MySQL database that WoWRoster can use.<br>
 
It should already have a username and password assigned to it.
 
It should already have a username and password assigned to it.

Revision as of 20:41, 3 August 2007

WR.net

Important note: When you edit this page, you agree to release your contribution into the public domain.
If you do not want this or can not do this because of license restrictions, please do not edit.

Contents


Hi hier werde ich mal Versuchen die Installationsanleitung vom wowroster.net ins Deutsche zu übersetzten. Da ich nicht der schnellste bin bin ich über Hilfe dankbar.

Alles was noch nicht übersetzt ist wird solange in der Originalsprache angezeigt.

Für alle die nicht viel lesen möchten und sich lieber ein Videotutorial anschauen wollen [Gyffes] dies hier zur Verfügung


Roster Installation

phpMyAdmin Datenbank erstellen
phpMyAdmin Datenbank erstellt
File:Roster fi install 0.png
WoWRoster Installationsschritt 0
File:Roster fi install 1.png
WoWRoster Installationsschritt 1
File:Roster fi install 1b.png
WoWRoster Installationsschritt 1b
File:Roster fi install 1c.png
WoWRoster Installationsschritt 1c
File:Roster fi install 1d.png
WoWRoster Installationsschritt 1d
File:Roster fi install 1e.png
WoWRoster Installationsschritt 1e
File:Roster fi install 2.png
WoWRoster Installationsschritt 2
File:Roster fi install 3.png
WoWRoster Installationsschritt 3
File:Roster fi install 4.png
WoWRoster Installationsschritt 4
File:Roster fi install 4b.png
WoWRoster Installationsschritt 4b

Installations Überblick


Tips


Roster Installieren

Vor der Installation

(Figure 'phpMyAdmin Datenbank erstellen')
(Figure 'phpMyAdmin Datenbank erstellt')
Create, or have ready a MySQL database that WoWRoster can use.
It should already have a username and password assigned to it.

Step 1

Making sure to keep the directory structure intact, move the unzipped files to a web-accessible directory.

Step 2

All files and directories should be owned by your webserver's user/group
(Example: chown apache.apache -R *).
All .php files should be readable/executable

$ chmod a+rx -R *.php

Step 3

If you want the installation script to automatically set up your conf.php file for you, it should be readable/writeable

Note: The installer will attempt to do this for you, but should an error occurr, you may need to do this manually:

$ chmod 666 conf.php

Step 4

Browse to www.[domain].com/roster/install.php
(Figure 'WoWRoster Install Step 1')

You should be presented with a page describing your server's settings and information.
Once you are sure that your server meets WoWRoster's requirements, you can click the [ Start Install ] button.

On this step, you may be presented with information

Step 4-1

(Figure 'WoWRoster Install Step 2')

Full path to the install script       Enter this in "Roster URL Path"
'www.[domain].com/user/roster'          '/user/roster'
'www.[domain].com/roster'               '/roster'
'www.[domain].com'                      ''
Step 4-2

(Figure 'WoWRoster Install Step 3')

Step 5

After you're satisfied with the values for the above fields, click the button to proceed.
The installer will automatically fill your conf.php file.
(Figure 'WoWRoster Install Step 4')

If the creation of conf.php failed, the installer will give you the option to download this file, then you can upload it to your web server.

You will be notified if your passwords didn't match (Figure 'WoWRoster Install Step 4b'), and it will be reset to a default of "admin"
You can change this later by going to Roster Config.

Navigate to Roster Control Panel, this is where you can configure all aspects of WoWRoster.
After that, you're ready to begin using WoWRoster.

You should now have a functional installation of WoWRoster.
Remove the files install.php, upgrade.php and the install/ folder for extra security.


Upgrading Roster

As always, we recommend a fresh install, in a clean folder, and a clean database.
But for those that absolutely need to upgrade, we have worked really hard for you on the upgrade script.

Special Instructions for 1.6.0 to 1.7.x

This information is specific on upgrading from Roster 1.6.0 to 1.7.x

Back up your conf.php file!
WoWRoster 1.7.x DOES have a new conf.php file, so you should back it up!
The new conf.php file should be automatically be upgraded for you.
If this fails, the upgrader will give you the option to download this file, then you can upload it to your web server.

Access www.[domain].com/roster/upgrade.php
YOU MUST go to www.[domain].com/roster/upgrade.php
If you go to any other page, it WILL display "Detected Invalid Access..."

Make sure you visit the Roster Config page
You will need to visit this page as the upgrader only upgrade certain important fields from version 1.6.0

General Instructions

Step 1

BACK UP YOUR DATABASE.


This cannot be stressed enough.


You should consider using phpMyAdmin (http://www.phpmyadmin.net)
This can use 'Completed Inserts' that will be necessary if you need to restore the database.

Step 2

Seriously, go back up your database since you skipped step 1.

Step 3

Back up your conf.php file.
Usually we would never touch this file during an upgrade...but just in case something weird happens

Step 4

Unzip the new WoWRoster version.
Overwrite ALL files!
It's best to delete everything in the roster folder EXCEPT! your conf.php file.

Step 5

Access www.[domain].com/roster/upgrade.php

Select the version you're upgrading from.
The script will perform all the necessary changes to upgrade from the version you selected to the newest version.

Step 6

Navigate to Roster Config, this is where you can configure all aspects of WoWRoster.

Remove the files install.php, upgrade.php and the install/ folder for extra security.


Re-Installing Roster

Perhaps there has been some weird problem that you cannot solve
Such as database corruption, updating errors, data errors, etc...

You can try re-installing Roster

Pre re-install

Make sure you have the install directory and install.php in your roster folder on your web server

Step 1

Delete conf.php from the roster directory

Step 2

Drop all `roster_` tables in the database you created for Roster
Note: `roster_` may be different if you changed the table prefix

You can also just drop the database you created for Roster
If you didn't create a new database for Roster, use the first method for removing the tables

Step 3

Run install.php


Un-Installing Roster

First of all, we'd like to thank you for trying our software and hope it was a good experiance for you
Sometimes Roster doesn't work on all servers although we try our best to improve this aspect

Step 1

Remove/delete the roster directory from your webserver

Step 2

Drop all `roster_` tables in the database you created for Roster
Note: `roster_` may be different if you changed the table prefix

You can also just drop the database you created for Roster
If you didn't create a new database for Roster, use the first method for removing the tables

Personal tools
Namespaces
Variants
Actions
WoWRoster
Navigation
Toolbox