Skip to content

morria/phan-devcontainer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

phan-devcontainer is a development environment for Phan usable by VSCode.

Running this container will drop you into a shell which will be capable of building and testing Phan.

This container is hosted at https://hub.docker.com/r/morria/phan-devcontainer. If you'd prefer not to build from source, you can just run it via the following;

docker run -it -v $HOME:/home/u --rm morria/phan-devcontainer

Building and Running

To build and run phan-devcontainer just run

docker-composer up

Running it will drop you into ZSH in /home/u on the container which will be mounted to your home directory from the host machine. From there you can navigate to where you have Phan checked out and should be able to build, test and run it.

cd development/phan
composer install
./test

About

A development environment for Phan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published