Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

bpb212/PerlTraining

Repository files navigation

PerlTraining

Perl training repo

Dependency

Docker

In order to avoid issues with cpan install on different environments we will run everything from a docker container

[Install Docker on MacOS](https://docs.docker.com/docker-for-mac/install/)

After the installation is finished, you need to run the script start_container.sh as sudo to create an image based on Dockerfile, create a container and create a connection to that container.

sudo ./start_container.sh

Your current folder will be mounted on the path /perl_training.

After course 9 I've installed mojo lite

In order to start mojo lite server you need to run the command from within the container.

./start_mojo.sh

First time only!!!

for the first time you start working on this repo, please run

./populate_db.pl

to generate the needed database.

To stop the mysql server you can run from your terminal

sudo ./stop_mysql.sh

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors