[TYPO3-linux] install typo3 from shell

Sumaleth sumaleth at sumaleth.com
Wed Apr 12 10:12:45 CEST 2006


"Nick Weisser" wrote:
> Sumaleth wrote:
>> Is it possible to install TYPO3 4.0 via shell (ie. no browser)?
>> The database vars can be added to localconf.php, the database tables 
>> imported from t3lib/stddb/tables.sql, and the admin user inserted into 
>> the be_users table. But that doesn't seem to be the whole story with the 
>> database tables.
> The permissions of several folders need to be set to 777.

Yeah, I was just talking about the steps that are usually performed by the 
1-2-3 installer.

> Why not use Lynx to call the TYPO3 install tool? I never tried that, but 
> that shouldn't be a problem.

I'm trying to write an auto-installer. Just click and it's installed.

>> I also tried importing all the ext_tables.sql scripts after tables.sql, 
>> but that doesn't result in a correct database layout either.
>> What sql files should I be dealing with?
> The database always used to be in typo3conf/database.sql, but I'm not sure 
> if this is still the same in 4.0

It has changed in 4.0.

With 3.8.1 I was able to directly call step 3 of the 1-2-3 process, and that 
installed the database nicely, but 4.0 has introduced a new approach (you 
need to run a database comparison, then install the changes it finds). I 
haven't been able to figure out a way to auto-install this new system.

Row.





More information about the TYPO3-linux mailing list