Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/librecat/blog
LibreCat-Blog is an example Dancer + ElasticSearch + Catmandu project
https://github.com/librecat/blog
Last synced: 4 days ago
JSON representation
LibreCat-Blog is an example Dancer + ElasticSearch + Catmandu project
- Host: GitHub
- URL: https://github.com/librecat/blog
- Owner: LibreCat
- Created: 2012-05-20T08:03:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-08T04:27:06.000Z (over 12 years ago)
- Last Synced: 2024-05-09T11:37:52.547Z (6 months ago)
- Language: JavaScript
- Homepage: http://librecat.org
- Size: 1.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Dependencies
-=-=-=-=-=-=[CPAN]
cpanm Catmandu
cpanm Dancer[SOFTWARE]
ElasticSearch - http://www.elasticsearch.org/Install
-=-=-=-1) Start the elasticsearch on your computer
2) Run the LibreCat-Blog script 'bin/drop'
3) Set the correct paths in 'config.yml'
4) Start the application 'bin/app.pl'
5) Read your blog 'http://localhost:3000'
6) Login with any username and password 'letmein'Developing
-=-=-=-=-=While developing code it can be easier to let plackup watch your configuration
files and Perl code so that you don't have to restart your application for
every change. Use:$ plackup -R config.yml,catmandu.yml,lib bin/app.pl
Production
-=-=-=-=-=See: librecat_blog.init_d.example for an example init.d script