Skip to navigation
Quick install roundcube mail on debain after froxlor install
22.07.21
1. git clone https://github.com/roundcube/roundcubemail 2. chown froxlorlocal:froxlorlocal roundcubemail/ -Rf 3. cd roundcubemail 4. mv composer.json-dist composer.json 5. composer install --no-dev 6. bin/install-jsdeps.sh 7. chmod 777 temp logs -Rf 8. create the database: a. mysql -u root -pMYPASS b. CREATE DATABASE roundcubemail /*!40101 CHARACTER SET utf8 COLLATE utf8_general_ci */; c. create a mariadb user with password and give it access to the db: GRANT ALL PRIVILEGES ON roundcubemail.* TO roundcube@localhost IDENTIFIED BY 'MYPASS'; d. switch to your created db: use roundcubemail e. after you see like MariaDB [roundcubemail]> import the sql file exported database from the source into your mariadb: source SQL/mysql.initial.sql f. exit 9. run the installer https://foo.com/roundcubemail/installer/
https://roundcube.net/
Reply
Anonymous
apt-get install php-pear
22.07.21
Reply
Anonymous
apt-get install php8.1-xml
22.07.21
Reply
Anonymous
before access create a config file config/config.inc.php
22.07.21
Reply
Anonymous
## install composer if needed ``` wget https://getcomposer.org/composer.phar chmod +x ./composer.phar mv ./composer.phar /usr/bin/composer composer --version which composer ```
22.07.21
Reply
Anonymous
Information Epoch 1732182921
Separate policy from mechanism, separate interfaces from engines.
Home
Notebook
Contact us