dlan 14/09/04 09:12:46 Modified: postinstall-en.txt Added: postinstall-sv.txt Log: version bump and drop old, bug 518886, 518146, thanks Harold Naparst (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xAABEFD55)
Revision Changes Path 1.4 www-apps/joomla/files/postinstall-en.txt file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/files/postinstall-en.txt?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/files/postinstall-en.txt?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/files/postinstall-en.txt?r1=1.3&r2=1.4 Index: postinstall-en.txt =================================================================== RCS file: /var/cvsroot/gentoo-x86/www-apps/joomla/files/postinstall-en.txt,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- postinstall-en.txt 23 Jan 2008 09:29:56 -0000 1.3 +++ postinstall-en.txt 4 Sep 2014 09:12:46 -0000 1.4 @@ -1,11 +1,15 @@ You are almost done! - 0. Setup a database (e.g. MySQL: see - http://www.gentoo.org/doc/en/mysql-howto.xml) + 0. Make sure your database server is initialized and started, + and that you have the login details of a user who can create a database. 1. Login on http://${VHOST_HOSTNAME}/${VHOST_APPDIR} and finish the installation. + If the installation hangs, you might want to modify your php.ini: + + max_execution_time = 3000 ; + memory_limit=128M ; 2. Move into the directory where you installed Joomla and remove the "installation" folder: @@ -18,7 +22,7 @@ http://${VHOST_HOSTNAME}/${VHOST_APPDIR} -> Main Site http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/administrator -> Admin - You can log into the administration view using the username 'admin' + You can log into the administration view using the username 'admin' along with the password that was generated or you chose during the web based installation. 1.1 www-apps/joomla/files/postinstall-sv.txt file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/files/postinstall-sv.txt?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/joomla/files/postinstall-sv.txt?rev=1.1&content-type=text/plain Index: postinstall-sv.txt =================================================================== Du är nästan klar! 0. Se till att du har installerat och startat en databasserver, och att du har en användare som får skapa databaser. 1. Surfa in på http://${VHOST_HOSTNAME}/${VHOST_APPDIR} för att slutföra installationen. Om installationen hänger sig, kan det vara en idé att ändra php.ini så här: max_execution_time = 3000 ; memory_limit=128M ; 2. Ta bort installationsmappen: # cd ${MY_INSTALLDIR} # rm -rf installation 3. Surfa in på din nya Joomla sida: http://${VHOST_HOSTNAME}/${VHOST_APPDIR} -> Main Site http://${VHOST_HOSTNAME}/${VHOST_APPDIR}/administrator -> Admin Logga in till adminvyn med användarnamn 'admin' och det lösenord som du valt under installationsprocessen ovan.
