CompuLab SBC-FITPC2 Bedienungsanleitung Seite 8

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 18
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 7
Log into A2Billing Simplified Management
http://localhost/a2billing
=====================================================
6. Installing SPUD
The easier way to get SPUD online is to make a symbolic link to the SVN checkout
cd /usr/local/villagetelco-server/wwwroot; ln -s
/usr/local/src/villagetelco/spud/trunk/ spud
Create a new database
mysqladmin -u root -p create spud
Edit SPUD database settings
vi /usr/local/src/villagetelco/spud/trunk/spud/app/config/database.php
var $default = array(
'driver' => 'mysql',
'persistent' => false,
'host' => 'localhost',
'login' => 'root',
'password' => '',
'database' => 'spud',
'prefix' => '',
);
Create database schema
cd /usr/local/src/villagetelco/spud/trunk/spud/app/install
mysql -u root spud -p < spud_db_schema.sql
Change file permissions
cd /usr/local/src/villagetelco/spud/trunk/spud/
chown -Rf www-data.www-data tmp/
Enable Apache rewrite module
cd /etc/apache2
a2enmod rewrite
Edit Apache2 000-default file
vi /etc/apache2/sites-enabled/villagetelco
Options Indexes FollowSymLinks MultiViews
AllowOverride All
Seitenansicht 7
1 2 3 4 5 6 7 8 9 10 11 12 13 ... 17 18

Kommentare zu diesen Handbüchern

Keine Kommentare