Skip to navigation
How to install the latest roundcube after froxlor debian
05.08.17
1. get a download link like: https://github.com/roundcube/roundcubemail/releases/download/1.3.0/roundcubemail-1.3.0-complete.tar.gz 2. decompress and put this folder somewhere like /var/www/html/ 3. rename it roundcubemail and chown it: chown www-data:www-data roundcubemail -Rf 4. move into the folder cd roundcubemail 5. login into the mariadbclient mysql -u root -pMypassword 6. create a mariadb database: CREATE DATABASE roundcubemail /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; 7. create a mariadb user with password and give it access to the db: GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost IDENTIFIED BY 'mypassword'; 5. switch to your created db: user roundcubemail 6. after you see like MariaDB [roundcubemail]> import the sql file exported database from the source into your mariadb: source SQL/mysql.initial.sql 7. exit and create a config file from the sample in the config folder: cp config.inc.php.sample config.inc.php 8. edit this file config.inc.php to set the database connections $config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail'; 9. in froxlor>stystem>settings>webserversettings> add the following to the text box: Alias /roundcube /var/www/html/roundcubemail
Allow from all php_admin_value open_basedir none
php_admin_flag engine on php_value memory_limit 64M php_value upload_max_filesize 10M
https://github.com/roundcube/roundcubemail/blob/master/INSTALL
Reply
Anonymous
Information Epoch 1740316247
Data dominates.
Home
Notebook
Contact us