You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following apache config for binary data in /etc/apache2/apache2.conf
Alias /akn "/home/data/akn_pdf"<Directory "/home/data/akn_pdf">
Require all granted
Options Includes FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
Gawati Setup
Pre-requestites
$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
~/.bashrc
$ sudo a2enmod alias $ sudo a2enmod rewrite $ sudo a2enmod proxy $ sudo a2enmod proxy_http $ service apache2 restart
/var/www/html/.htaccess
with the following line: 'RewriteEngine on'Datasets
Assuming files are extracted to /home/data/akn_xxx
/etc/apache2/apache2.conf
Portal
No change in instructions.
No change in instructions.
Start the portal server from it's directory
The text was updated successfully, but these errors were encountered: