Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/perigrin/perlstarter
https://github.com/perigrin/perlstarter
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/perigrin/perlstarter
- Owner: perigrin
- Created: 2011-02-02T04:38:30.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-25T15:45:02.000Z (over 13 years ago)
- Last Synced: 2024-05-01T22:51:39.812Z (9 months ago)
- Language: CSS
- Homepage:
- Size: 1.17 MB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Perl Starter -- A Cheap Kickstarter Clone
I love Kickstarter, but their Terms and Conditions limit the kinds of projects
you can run. I thought it might be interesting to experiment with other kinds
of projects but that required an application that could do what Kickstarter
does. This is the start of just such an application.## Install
1) Download the [tarball][1] and extract it to a directory, finally change to the new directory.
> wget https://github.com/Tamarou/PerlStarter/tarball/master
> tar -xvzf PerlStarter.tar.gz
> cd PerlStarter2) Install the pre-requisites. You can do this with `cpanm -l perl5 [dist]`
where `[dist]` is each of the list below. This may take a little while.Dancer
Dancer::Test
DateTime
Digest::SHA1
ExtUtils::MakeMaker
KiokuDB::Backend::DBI
KiokuDB::Role::ID
KiokuX::Model
KiokuX::User
KiokuX::User::Util
List::Util
Moose
Plack
Test::More
Try::Tiny
3) Assuming you ran the command above, you can start the application using plackup.> plackup -I perl5/lib/perl5
[1]: https://github.com/Tamarou/PerlStarter/tarball/master