Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pronovix/itrainee-starterkit
Starterkit for the first phase of the iTrainee programme
https://github.com/pronovix/itrainee-starterkit
Last synced: 3 days ago
JSON representation
Starterkit for the first phase of the iTrainee programme
- Host: GitHub
- URL: https://github.com/pronovix/itrainee-starterkit
- Owner: Pronovix
- Created: 2019-03-01T09:56:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T15:42:46.000Z (over 5 years ago)
- Last Synced: 2024-11-10T01:31:23.616Z (2 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# iTrainee starter kit
This repository is using Amazee's containers.
## Setup
### Clone the repository
```
git clone https://github.com/Pronovix/itrainee-starterkit.git local
```### Requirements
* git
* docker### Install and start pygmy (Linux and macOS only)
To install `pygmy`, run `gem install pygmy`. This is only needed if you don't already have `pygmy` installed.
Start pygmy: `pygmy up`
## Usual commands
* `docker-compose run --rm cli sh`
To run commands inside the container.
* `docker-compose up -d`Starts the containers.
* `docker-compose stop`Shuts down the containers (keeps the state).
* `docker-compose down`Destroys the containers (permanently deletes the state).