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
Information Epoch 1653722126
Avoid hand-hacking, write programs to write programs when you can.
Home
Notebook
Contact us