Advertisement
Advertisement

More Related Content

Slideshows for you(20)

Advertisement

More from Augusto Herrmann Batista(20)

Advertisement

Minicurso de CKAN

  1. • by sean dreilinger
  2. by degreezero2000
  3. by Steven de Costa
  4. by Reeding Lessons
  5. by Dave Winer
  6. byaftherocker
  7. by Petras Gagilas
  8. by Jonathan Grey
  9. • Open Knowledge http://okfn.org http://br.okfn.org • Comunidade de desenvolvedores http://github.com/ckan/ckan • Governança: CKAN Association http://ckan.org/about/association
  10. Reino Unido Código-fonte: https://github.com/datagovuk
  11. EUA
  12. Riley Kaminer
  13. Brasil (governo federal) Código-fonte: http://dev.dados.gov.br/codigo/dev/tema-ckan
  14. Senado Federal
  15. Rio Grande do Sul
  16. Distrito Federal
  17. Recife, PE
  18. Rio de Janeiro, RJ
  19. Porto Alegre, RS
  20. by Eric Andresen
  21. by Jereme Rauckman
  22. by Martin Pettitt
  23. by Andrea Vallejos
  24. by Tim Green
  25. by John Haslam
  26. by Upupa4me
  27. by Garry Knight
  28. by glasseyes view
  29. by Horia Varlan
  30. BiblioArchives / LibraryArchives
  31. • •
  32. • sudo apt-get update sudo apt-get install -y nginx apache2 libapache2-mod-wsgi libpq5 wget http://packaging.ckan.org/python- ckan_2.2_amd64.deb sudo dpkg -i python-ckan_2.2_amd64.deb sudo apt-get install -y postgresql solr-jetty sudo service apache2 restart sudo service nginx restart
  33. • $ docker run -d --name db ckan/postgresql $ docker run -d --name solr ckan/solr $ docker run -d -p 80:80 --link db:db --link solr:solr ckan/ckan
  34. • paster sysadmin add seanh -c /etc/ckan/default/production.ini ckan.site_title = Portal de dados abertos
  35. • paster --plugin=ckan search-index rebuild --config=/etc/ckan/std/std.ini • paster --plugin=ckan user add usuarioteste --config=/etc/ckan/std/std.ini paster --plugin=ckan user remove usuarioteste --config=/etc/ckan/std/std.ini
  36. http://<my-ckan-url>/ckan-admin/config/
  37. ckan.auth.create_user_via_web = False
  38. ckan.auth.user_create_organizations = False
  39. http://<my-ckan-url>/user/
Advertisement