Framadate

De MochilaWiki
Revisão de 17h33min de 5 de julho de 2019 por Banto Palmarino (discussão | contribs)
Ir para navegaçãoIr para pesquisar

https://framagit.org/framasoft/framadate/framadate/wikis/Install/Requirements https://framagit.org/framasoft/framadate/framadate/wikis/Install/Database


apt install apache2 php libapache2-mod-php php-intl php-mbstring mysql-server php-mysql git-core unzip



CREATE DATABASE IF NOT EXISTS `framadate` DEFAULT CHARACTER SET = utf8mb4 COLLATE = utf8mb4_unicode_ci; CREATE USER 'framadate'@'localhost' IDENTIFIED BY 'useastrongpassword'; GRANT ALL PRIVILEGES ON `framadate`.* TO 'framadate'@'localhost';


cd /var/www/html git clone https://framagit.org/framasoft/framadate/framadate.git