Skip to content

Hoplite-Software/observatory

 
 

Repository files navigation

APTI-obs

install composer dependencies:

    curl -s http://getcomposer.org/installer | php
    php composer.phar install

update database schema:

    php app/nut database:update

make changes in app/config/config.yml:

    sitename: ApTI Observatory
    theme: default
    timezone: EET

    enabled_extensions:
      - AptiScraper
      - AptiMainMenu
      - AptiContent
      - AptiTagCloud
      - AptiSuggest

    debug: false # for production
    scraping_key: asdf

    apti_mail:
      key: "MANDRILL-KEY-HERE"
      recipients:
        - email: "foo@example.com"
        - email: "bar@example.com"

periodically run the scraper:

    curl 'http://apti-obs.devel/apti-scraper/' -d key=asdf

License

apti-obs is based on the Bolt CMS, which is licensed under the MIT license. Original source code is copyright 2014, Victor Avasiloaei and Alex Morega, licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 59.7%
  • JavaScript 20.5%
  • HTML 14.9%
  • CSS 4.7%
  • Smarty 0.1%
  • Shell 0.1%