User Tools

Site Tools


step_by_step_installation:debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
step_by_step_installation:debian [2014/10/20 15:06] – [WLprinter] sweitmannstep_by_step_installation:debian [2016/04/12 11:25] (current) sweitmann
Line 70: Line 70:
   * select "internet site"   * select "internet site"
   * for SMTP relay host, enter the name of your mail server (smtp...)   * for SMTP relay host, enter the name of your mail server (smtp...)
 +
 +Now you can call the SQL-Ledger admin interface from your browser at
 +
 +    http://ip_of_your_server/ledger123/admin.pl
 +    
 +and the login screen at
 +
 +    http://ip_of_your_server/ledger123/login.pl    
    
 If you use another language than English, you may want to install an additional package that supports hyphenation in your language, for example If you use another language than English, you may want to install an additional package that supports hyphenation in your language, for example
Line 101: Line 109:
  
  
-===== Web server set up ===== 
- 
-Your web server has to know where to find SQL-Ledger. We add a new configuration file and restart the server. 
- 
-    cd /etc/apache2/sites-available/ 
-    wget https://raw.github.com/Tekki/sql-ledger/full/doc/sql-ledger.httpd.conf 
-    cd ../sites-enabled/ 
-    ln -s ../sites-available/sql-ledger 001-sql-ledger 
-    mv sql-ledger.httpd.conf sql-ledger 
-    /etc/init.d/apache2 restart 
-     
-It should now be possible to access SQL-Ledger. As you didn't specify an address for your server, it was received from DHCP. Enter the following command: 
- 
-    ifconfig eth0 
-     
-You see the address after "inet addr:". In a private network, it will be something starting with "192.168...". Open your web browser, enter this address followed by "/sql-ledger". The SQL-Ledger login screen has to appear. 
  
 ===== Optional components and settings ===== ===== Optional components and settings =====
Line 144: Line 136:
 ====Webmin==== ====Webmin====
  
-Webmin is a web based administration interface for Linux. It is very convenient for a lot of administration tasks. The following code is for 1.580, you may have to change the version number. Check the actual version at the [[Webmin homepage]] .+Webmin is a web based administration interface for Linux. It is very convenient for a lot of administration tasks. The following code is for 1.580, you may have to change the version number. Check the actual version at the [[http://www.webmin.com/|Webmin homepage]] .
  
     cd /tmp     cd /tmp
-    wget http://prdownloads.sourceforge.net/webadmin/webmin_1.670_all.deb+    wget http://prdownloads.sourceforge.net/webadmin/webmin_1.710_all.deb
     apt-get install libapt-pkg-perl apt-show-versions libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl     apt-get install libapt-pkg-perl apt-show-versions libnet-ssleay-perl openssl libauthen-pam-perl libpam-runtime libio-pty-perl
-    dpkg --install webmin_1.670_all.deb+    dpkg --install webmin_1.710_all.deb
     If you have installed the Samba server, Webmin is now available at     If you have installed the Samba server, Webmin is now available at
  
step_by_step_installation/debian.1413817581.txt.gz · Last modified: 2014/12/30 16:29 (external edit)