Skip to content

Perl docker development kickstarter. Use this project to start, build and run a Perl application using your local docker environment.

License

Notifications You must be signed in to change notification settings

bmeme/docker-perl-kickstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Perl docker development kickstarter

Maintained? Yes GitHub last commit GitHub issues GitHub top language GitHub release (latest SemVer)

This project can be used as a starter to create a local environment to develop an application with Perl using Docker.

The idea is that you can use docker to develop your Perl application, without having to install anything on your system.

Top benefits:

  • easy: you can easily configure your environment with the needed tools and versions
  • isolation: you will not mess up your system, anything is containerized and could be cleared in a moment
  • consistency: Docker provides a consistent environment for your application, the same for every developer or system

After the initial configuration, you will use Memento Docker Plugin and act pretty the same as you use to do if you have Perl installed on your system.

How to use this kickstarter

0. Check your requirements

To let anything works, you need to have docker and docker-compose installed and configured on your system.

Also, you need Memento, Memento Kickstarter and Memento Docker Plugin.

1. Clone this repository

Start by creating a new project using this kickstarter:

memento kickstarter create perl

2. Define your project name and group

Move to <your-new-project-dir> and run memento docker configure. First time you will be prompted for a couple of questions. You will see a basic help with some information about the available commands.

To initialize the docker environment for your project, run:

memento docker configure docker:create

3. Check the result

You can check that everything is working by running:

memento docker cmd perl --version

Eureka! If you can see perl version probably anything went well, and you can start developing your awesome application!

Contributing

Any feedback, bug reports or ideas are extremely welcome.

Reach us through our website or send us an email at info@bmeme.com.

License

MIT

References

About

Perl docker development kickstarter. Use this project to start, build and run a Perl application using your local docker environment.

Topics

Resources

License

Stars

Watchers

Forks