Framadate: mudanças entre as edições
De MochilaWiki
Ir para navegaçãoIr para pesquisar
Sem resumo de edição |
Sem resumo de edição |
||
| Linha 4: | Linha 4: | ||
apt install apache2 php libapache2-mod-php php-intl php-mbstring mysql-server php-mysql | apt install apache2 php libapache2-mod-php php-intl php-mbstring mysql-server php-mysql git-core unzip | ||
| Linha 16: | Linha 16: | ||
cd /var/www/html | cd /var/www/html | ||
git clone https://framagit.org/framasoft/framadate/framadate.git | |||
Edição das 14h33min de 5 de julho de 2019
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