[ckan-dev] CKAN Datapusher

Adrià Mercader adria.mercader at okfn.org
Mon Jun 13 09:43:53 UTC 2016


HI Thomas,

Did you copy the Apache site conf file to
`/etc/apache/sites-available` and enabled the site?

sudo cp deployment/datapusher/datapusher.conf /etc/apache2/sites-available/
sudo a2ensite datapusher

If so how does this file look like?


Adrià

On 10 June 2016 at 10:12, Thomas Lim Jun Wei <atttjwe1 at globalpsa.com> wrote:
> Hi all,
>
>
>
>
>
> I am trying to develop a ckan development site using RHEL 2.7, currently, I
> am trying to deploy Datapusher into my ckan with this guide
> http://docs.ckan.org/projects/datapusher/en/latest/deployment.html . But I
> received this error
>
> (datapusher) [root at edw3devportal1 etc]# curl http://0.0.0.0:8800
> <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
>
> <html><head>
>
> <title>403 Forbidden</title>
>
> </head><body>
>
> <h1>Forbidden</h1>
>
> <p>You don't have permission to access /
>
> on this server.</p>
>
> <hr>
>
> <address>Apache/2.2.15 (Oracle) Server at 0.0.0.0 Port 8800</address>
>
> </body></html>
>
>
>
> On my httpd.conf, this is my settings:
>
>
>
> #Datapusher
>
> NameVirtualHost *:8800
>
> Listen 8800
>
> include sites-enabled
>
> ServerName edw3devportal
>
>
>
> On my /etc/ckan folder, this is my permission rights:
>
>
>
> -rwxrwxrwx. 1 root root  442 Jun  9 18:04 datapusher_settings.py
>
> -rwxrwxrwx. 1 root root  338 Jun  9 18:04 datapusher.wsgi
>
> drwxr-x---. 2 root root 4096 Jun 10 13:55 default
>
> lrwxrwxrwx. 1 root root   14 Jun  8 14:49 etc -> /root/ckan/etc
>
>
>
>
>
> is there any other way to check if I have done my Datapusher installation
> correctly?
>
>
>
>
>
>
>
> Disclaimer:
> This email is confidential and may also be privileged.  Any form of
> unauthorised use or dissemination is prohibited.  Statements that do not
> relate to the official business of the company shall be understood as
> neither given nor endorsed by it.  If you are not the intended recipient or
> if this email is otherwise sent to you in error, you should not disseminate,
> distribute, print or copy this email, and you should delete it immediately
> and notify us.  Thank you.
>
>
> _______________________________________________
> ckan-dev mailing list
> ckan-dev at lists.okfn.org
> https://lists.okfn.org/mailman/listinfo/ckan-dev
> Unsubscribe: https://lists.okfn.org/mailman/options/ckan-dev
>



More information about the ckan-dev mailing list