+ Antworten
Ergebnis 1 bis 8 von 8

Thema: Joomla Demo CD/DVD erstellen | brauche hilfe

  1. #1
    Neu an Board
    Registriert seit
    08.08.2006
    Ort
    Gruibingen
    Alter
    24
    Beiträge
    64
    Bedankte sich
    23
    1 Danksagung in 1 Beitrag

    Standard Joomla Demo CD/DVD erstellen | brauche hilfe

    Hallo ich habe eine Webseite mit Joomla erstellt jedoch möchte ich diese als auch auf einem Rechner ohne Internetverbindung laufen lassen. Desweiteren möchte ich nichts auf diesem PC installieren.
    - Somit fällt Xampp raus.

    Als ich im Internet infos sammeln wollte ist mir ein Artikel von joomla.ch aufgefallen in dem beschrieben wurde wie das mit Joomla 1.0 funktioniert ich habe die Seite jedoch mit Joomla !.5 erstellt (Link).

    Nun ich habe alles so gemacht wie es in der Anleitung beschrieben wurde habe in der Configuartion.php folgendes geändert:

    var $user = 'root';
    var $host = 'localhost';
    var $password = '';
    var $live_site = 'http://localhost';

    Nun fangen aber die Probleme an in der 1.5er config gibt es keine

    $mosConfig_absolute_path = '/var/www';
    $mosConfig_cachepath = '/var/www/cache';

    ich habe darauf folgende Pfade geändert:

    var $log_path = '/var/www';
    var $tmp_path = /var/www/tmp';
    Weiß halt nicht ob diese genau richtig sind. In die htdocs.tar.gz habe ich dar Root-Verzeichnis gespeichert (administrator, compenente, ...)
    Lamppix bootet auch jedoch stoppt es dann wenn der Firefox die Webseite aufrufen will.

    Kann mir jemand weiter helfen?

  2. #2
    Gehört zum Inventar Avatar von ronny7362
    Registriert seit
    04.10.2008
    Ort
    London
    Alter
    50
    Beiträge
    6.741
    Bedankte sich
    184
    Erhielt 2.077 Danksagungen
    in 1.913 Beiträgen

    Standard

    warum nimmst du nicht Joomla2Go! kannst du auch auf usb, cd installieren

    gruss ronny

  3. Erhielt Danksagungen von:


  4. #3
    Verbringt hier viel Zeit Avatar von Grazioli
    Registriert seit
    16.08.2006
    Ort
    Lachen SZ/ Schweiz
    Alter
    34
    Beiträge
    658
    Bedankte sich
    35
    Erhielt 139 Danksagungen
    in 128 Beiträgen

    Standard

    ups war wohl jemand schneller!

    Wollte dies gerade auch vorschlagen!
    Grues Grazioli
    ------------------------

    www.int-firefighters.com / www.grazioli-web.ch / www.feuerwehr-lachen.ch

  5. Erhielt Danksagungen von:


  6. #4
    Gehört zum Inventar Avatar von ronny7362
    Registriert seit
    04.10.2008
    Ort
    London
    Alter
    50
    Beiträge
    6.741
    Bedankte sich
    184
    Erhielt 2.077 Danksagungen
    in 1.913 Beiträgen

    Standard

    Zitat Zitat von Grazioli Beitrag anzeigen
    ups war wohl jemand schneller!

    Wollte dies gerade auch vorschlagen!
    schoen das ich mit meiner empfehlung nicht alleine stehe

    gruss ronny

  7. Erhielt Danksagungen von:


  8. #5
    Neu an Board
    Registriert seit
    08.08.2006
    Ort
    Gruibingen
    Alter
    24
    Beiträge
    64
    Bedankte sich
    23
    1 Danksagung in 1 Beitrag

    Standard

    Danke ich schau mir gerade dies an kann ich damit auch eine fertige Seite auf CD brennen?

  9. #6
    Hat hier eine Zweitwohnung Avatar von progandy
    Registriert seit
    25.06.2007
    Beiträge
    1.933
    Bedankte sich
    13
    Erhielt 637 Danksagungen
    in 574 Beiträgen

    Standard

    Das wurde mit Server2GO erstellt http://www.server2go-web.de/
    Damit kannst du auch deine eigene portable Joomla-CD machen.

  10. Erhielt Danksagungen von:


  11. #7
    Neu an Board
    Registriert seit
    08.08.2006
    Ort
    Gruibingen
    Alter
    24
    Beiträge
    64
    Bedankte sich
    23
    1 Danksagung in 1 Beitrag

    Standard

    Danke für den hinwies.

    Auf meinem Rechner Funktioniert das ganze. Wie mach ich das, dass ich nun die Homepage auf eine CD/DVD brenne und diese trotzdem noch geht?

    meine Configuration.php sieht wie folgt aus:
    Code:
    <?php
    class JConfig {
    	var $offline = '0';
    	var $editor = 'tinymce';
    	var $list_limit = '20';
    	var $helpurl = 'http://help.joomla.org';
    	var $debug = '0';
    	var $debug_lang = '0';
    	var $sef = '0';
    	var $sef_rewrite = '0';
    	var $sef_suffix = '0';
    	var $feed_limit = '10';
    	var $secret = '09JIuCOqItfcUlQz';
    	var $gzip = '0';
    	var $error_reporting = '-1';
    	var $xmlrpc_server = '0';
    	var $log_path = 'C:\\';
    	var $tmp_path = 'C:\\';
    	var $live_site = '';
    	var $force_ssl = '0';
    	var $offset = '0';
    	var $caching = '0';
    	var $cachetime = '15';
    	var $cache_handler = 'file';
    	var $memcache_settings = array();
    	var $ftp_enable = '0';
    	var $ftp_host = '127.0.0.1';
    	var $ftp_port = '21';
    	var $ftp_user = '';
    	var $ftp_pass = '';
    	var $ftp_root = '';
    	var $dbtype = 'mysql';
    	var $host = 'localhost';
    	var $user = 'root';
    	var $db = 'ffbd';
    	var $dbprefix = 'jos_';
    	var $mailer = 'mail';
    	var $mailfrom = '';
    	var $fromname = '';
    	var $sendmail = '/usr/sbin/sendmail';
    	var $smtpauth = '0';
    	var $smtpuser = '';
    	var $smtppass = '';
    	var $smtphost = 'localhost';
    	var $MetaAuthor = '1';
    	var $MetaTitle = '1';
    	var $lifetime = '15';
    	var $session_handler = 'database';
    	var $password = '';
    	var $sitename = '';
    	var $MetaDesc = '';
    	var $MetaKeys = '';
    	var $offline_message = 'Diese Website ist zurzeit im Wartungsmodus. Bitte kommen Sie später wieder.';
    }
    ?>
    die pms_config.ini :
    Code:
    [general]
    ;--- If you use the ShowTrayIcon Parameter, you can define a name that is used in the Menu and Tooltip
    ServerName=Feuerwehr Bad Ditzenbach
    ;--- Shows a splash screen at startup. If here is no value, no splash will be shown. You can set a grafic file
    ;--- name for images in the Formats:  BMP GIF JPG PNG TIF ICO TGA PCX PSD at the moment
    UseSplash=splash.png
    ;--- Show progress bar at startup
    ShowStartupProgress=1
    ;--- You can set a color that will be shown transparent. You need to define a RGB Value
    ;--- in the style SplashTransparencyColor=128,128,128
    SplashTransparencyColor=128,128,128
    ;--- Set this to true if you want to keep the server running after browser close or if you user NONE as browser type
    ;--- Please note that the only possibility to shutdown the server is to kill him over the taskmanager if this is true
    KeepRunningAfterBrowserClose=0
    ;--- If the following parameter is 1 Server2Go shows a tray icon for shutting down the server. If you dont like a tray
    ;--- icon just left this parameter with value 0
    ShowTrayIcon=0
    ;--- Server2Go needs write access to the servers configuration files. For that all config files will be copied to a temp folder
    ;--- if StartLocal is 0. If you like to use Server2Go in a writeable environment (i.e. harddisk) you can use the value 1
    ;--- instead. Please note that StartLocal=1 on a CD-ROM will NOT WORK!!!!!
    StartLocal=0
    ;--- You can restrict the amount of running instances of one application to a single instance. That means that a user just can start one 
    ;--- instance of your webapplication based on server2go. If you set the following parameter to 1 only one instance is allowed
    AllowOnlySingleInstance=1
    ;--- Allows to set the shutdown message that is shown when Server2Go is closed, {SERVER_NAME} is replaced with the name you set at the
    ;--- Beginning of this file
    ShowShutdownMessage=Shutdown {SERVER_NAME}
    
    
    [http]
    ;--- Defines the hostname that should be shown in the browser url and that is used for the apache server
    ;--- At the moment only IP addresses or the placeholder {local_ip} is allowed. 
    HostName=127.0.0.1
    ;--- Defines the port that should be used. If this port is in use a unused
    ;--- port will be searched automatically
    Port=4001
    ;--- The start html/php page, so you can define any page in your document root folder as start file (i.e. pages/start.php)
    ;--- If empty a huge variety of default handlers is used (index.php, index.html, index.htm...)
    DefaultFile=
    ;--- defines the root directory in that all webfiles are saved
    DefaultRoot=htdocs/ffbd
    ;--- If value is 1 all temporary files of the http server (sessions...) will be deleted after
    ;--- Server shutdown
    DeleteHttpTemp=1
    ;--- If HideTempFolder is set to 1 the folder will created as hidden folder
    HideTempFolder=1
    
    
    [Browser]
    ;--- The browser that is started after server start (possible values: IEXPLORER, FIREFOX, PORTABLEFIREFOX, MOZILLA, DEFAULT, EXTERNAL)
    ;--- Please take a look at the www.server2go-web.de/wiki pages for a documentation how to use PORTABLEFIREFOX!!!!!!!!
    BrowserType=PORTABLEFIREFOX
    ;--- Browser command options like -k (NOT IN USE AT THE MOMENT)
    BrowserCommandOptions=
    ;--- Path to an external browser that is used instead the browser above
    BrowserPath=FirefoxPortable/FirefoxPortable.EXE
    ;--- Specify caption text of Work Offline dialog box. You can use mor than one captions (seperated with ;)
    ;--- The captions for german, english, french, dutch and spanish are build in by default
    WorkOfflineTitle=
    ;--- The size of the started browser. Can be a pixel dimension (1024x768) or the values MAXIMIZE and KIOSK (Internet Explorer only)
    BrowserSize=
    
    
    [database]
    ;--- 1 if MySQL Server should be started
    UseMySQL=1
    ;--- 1 if the database files from the dbdir directory will be mirrored to 
    ;--- a directory of the local machine 
    LocalMirror=0
    ;--- 1 if the mirrored database should be overwritten at each start of the
    ;--- the server
    OverwriteLocalMirror=0
    ;--- The path to that the database should be mirrored (e.g.. c:\MyS2GApp\Data\) , if empty the
    ;--- default temp directory is used
    MirrorFolder=c:\Js2GoAppData\
    ;--- If value is 1 all files of the database server will be deleted after
    ;--- Server shutdown
    DeleteDatabaseFiles=1
    ;--- The port that should be used for MySQL. If empty the default mysql port is used
    MySQLPort=7188
    ;--- Commandline parameters (i.e. skip-innodb)
    MySQLCmd=--skip-innodb
    ;--- If HideMirrorFolder is set to 1 the folder will created as hidden folder
    HideMirrorFolder=1
    
    [AdditionalParsing]
    ;--- You can define additional file that will be parsed at startup for replacement string. You can use it i.e. to add the
    ;--- current server path to a htaccess file or changing configuration files of your webapplication at startup
    ;--- PLEASE NOTE THAT THIS WILL ONLY WORK IF YOU ARE NOT WORKING ON A WRITE PROTECTED MEDIUM LIKE A CD!!!!!
    ;--- You can use this on harddisk or usb stick...
    File1=
    File2=
    File3=
    File4=
    File5=
    File6=
    File7=
    File8=
    File9=
    File10=
    
    [Path]
    ;--- You don't need to change anything of the below settings if you work with the out-of-the box Server2Go download package
    ;--- But if you like to use Server2Go with another webserver package like XAMPP you can change the pathes to your special 
    ;--- Server package.
    ;--- Please ensure that you read the FAQ before starting to adapt your Server package
    ;--- The path to the apache EXE file for starting and shutdown
    ;PathToApache=server\apache\apache.exe
    ;--- The path to the httpd.conf file of apache
    ;PathToHttpdConf=server\apache\conf\httpd.conf
    ;--- The path to the mysql bin folder
    ;PathToMysqlBin=server\mysql\bin
    ;--- The path to the my.ini file of mysql
    ;PathToMyIni=server\mysql\my.ini
    ;--- Path to the data directory of mysql
    ;PathToMySqlData=server\mysql\data
    ;--- Path to the share directory of mysql
    ;PathToMySqlData=server\mysql\share
    ;--- Path to the php.ini file
    ;PathToPhpIni=server\apache\php.ini
    Kann mir jemand sagen wie ich die Einstellungen wählen muss damit ich die Website von der CD aus starten kann und die Datenbankwerte auch von der CD gelesen werden.

  12. #8
    Neu an Board
    Registriert seit
    24.08.2009
    Beiträge
    11
    Bedankte sich
    5
    Erhielt 0 Danksagungen
    in 0 Beiträgen

    Unglücklich

    Hallo,

    Ich habe ein Backup von einer bestehenden joomla Seite mit JoomlaPack erstellt. Den endpackten Inhalt wollte ich in den joomlas2go Ordner (htdocs/joomlas2go) setzen (also ersetzten) um das ganze anschließend auf eine CD zu brennen mit Autostrat damit die Seite dann lokal auf einem PC starten kann ohne Internetverbinung.

    Leider funktioniert das nicht. Ich weiß nicht ob ich etwas in der pms_config.ini Datei ändern muss oder vielleicht wo anderes.

    Leider konnten mir die Beiträge zu diesem Thema nicht weiterhelfen, daher poste ich den Beitrag jetzt mal hier.

    Bin ein Neuling und hoffe auf Hilfe

    Hier noch meine Systeminfo

    Angehängte Grafiken

+ Antworten

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein