Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
jlopez
wicopa
Commits
b15ba381
Commit
b15ba381
authored
Mar 01, 2019
by
remy
Browse files
Update INSTALL.md
parent
9c2dd363
Changes
1
Hide whitespace changes
Inline
Side-by-side
INSTALL.md
View file @
b15ba381
# Installing wicopa
```
bash
apt-get
install
-y
apache2 mariadb-server php7.0 phpmyadmin libapache2-mod-php7.0
apt-get
install
-y
apache2 mariadb-server php7.0 phpmyadmin libapache2-mod-php7.0
pv
a2enmod php7.0
...
...
@@ -22,7 +22,9 @@ echo "CREATE DATABASE wicopa;" | mysql -u username -p
echo
'GRANT ALL PRIVILEGES ON wicopa.* TO "wicopauser"@"localhost";'
|mysql
-u
root
-p
mysql
-u
wicopauser
-p
wicopa < wicopa.sql
wget http://web.mbb.univ-montp2.fr/download/wicopa.sql.gz
pv wicopa.sql.gz |
gunzip
| mysql
-u
wicopauser
-p
wicopa
vim conf/Conf.php
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment