Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deis/example-perl
A simple Perl app for Deis, the open source PaaS
https://github.com/deis/example-perl
deis-workflow example perl
Last synced: about 2 months ago
JSON representation
A simple Perl app for Deis, the open source PaaS
- Host: GitHub
- URL: https://github.com/deis/example-perl
- Owner: deis
- License: mit
- Created: 2014-05-20T23:06:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T21:56:29.000Z (over 7 years ago)
- Last Synced: 2024-04-14T19:23:15.723Z (10 months ago)
- Topics: deis-workflow, example, perl
- Language: Perl
- Homepage: https://deis.com
- Size: 12.7 KB
- Stars: 4
- Watchers: 21
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Perl Quick Start Guide
This guide will walk you through deploying a Perl application on [Deis Workflow][].
## Usage
```console
$ git clone https://github.com/deis/example-perl.git
$ cd exmaple-perl
$ deis create --buildpack https://github.com/miyagawa/heroku-buildpack-perl.git
Creating Application... done, created blurry-kingfish
Git remote deis added
remote available at ssh://[email protected]:2222/blurry-kingfish.git
$ git push deis master
Counting objects: 41, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (36/36), done.
Writing objects: 100% (41/41), 11.10 KiB | 0 bytes/s, done.
Total 41 (delta 12), reused 0 (delta 0)
Starting build... but first, coffee!
-----> Fetching custom buildpack
-----> Perl/PSGI app detected
-----> Bootstrapping cpanm
Successfully installed App-cpanminus-1.7042
1 distribution installed
-----> Installing dependencies
cpanm options: --quiet --notest -l /tmp/build/local
Successfully installed IO-Socket-IP-0.37
...
Successfully installed Starman-0.4014
33 distributions installed
-----> Discovering process types
Default process types for Perl/PSGI -> web
-----> Compiled slug size is 1.9M
Build complete.
Launching App...
Done, blurry-kingfish:v3 deployed to DeisUse 'deis open' to view this application in your browser
To learn more, use 'deis help' or visit https://deis.com/
To ssh://[email protected]:2222/blurry-kingfish.git
* [new branch] master -> master
$ curl http://blurry-kingfish.deis.rocks
Powered by Deis
```## Additional Resources
* [GitHub Project](https://github.com/deis/workflow)
* [Documentation](https://deis.com/docs/workflow/)
* [Blog](https://deis.com/blog/)[Deis Workflow]: https://github.com/deis/workflow#readme