Mudanças entre as edições de "Omeka"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
(Criou página com 'Gestão de acervo * https://omeka.org/ * http://www.omeka.net/')
 
Linha 2: Linha 2:
 
* https://omeka.org/
 
* https://omeka.org/
 
* http://www.omeka.net/
 
* http://www.omeka.net/
 +
 +
<source lang="bash">
 +
sudo apt install apache2 mysql-server php-mysql php-xml git-core nodejs npm nodejs-legacy php-mbstring
 +
</source>
 +
 +
<source lang="bash">
 +
sudo nano /etc/apache2/apache2.conf
 +
sudo a2enmod rewrite
 +
sudo service apache2 restart
 +
</source>
 +
 +
<source lang="bash">
 +
cd /var/www/html/
 +
git clone https://github.com/omeka/omeka-s.git
 +
cd omeka-s
 +
npm install
 +
sudo npm install --global gulp-cli
 +
sudo gulp init
 +
sudo chown -R www-data: omeka-s
 +
</source>
 +
 +
config/database.ini

Edição das 13h22min de 27 de julho de 2018

Gestão de acervo

sudo apt install apache2 mysql-server php-mysql php-xml git-core nodejs npm nodejs-legacy php-mbstring
sudo nano /etc/apache2/apache2.conf 
sudo a2enmod rewrite
sudo service apache2 restart
cd /var/www/html/
git clone https://github.com/omeka/omeka-s.git
cd omeka-s
npm install
sudo npm install --global gulp-cli
sudo gulp init
sudo chown -R www-data: omeka-s

config/database.ini