Skip to content

Latest commit

 

History

246 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enviroment local - using Docker

Run

Open a terminal with project path and execute:

docker-compose up

Stop

Key press CTRL + C to finish server and run:

docker-compose down

Build base image

 docker build -t githubpagebase:v1.0 .

More useful commands

Run container from bash or powershell

docker run --rm -it -p 4000:4000 -v ${PWD}:/app -w /app githubpagebase /bin/bash

Run container from windows command line

docker run --rm -it -p 4000:4000 -v %cd%:/app -w /app githubpagebase /bin/bash

Run jekyll serve:

bundle exec jekyll serve --host 0.0.0.0 -w --config "_config.yml,_config_dev.yml"

Run container with jekyll serve:

> docker run --rm -it -p 4000:4000 -v %cd%:/app -w /app githubpagebase:v1.0 /bin/bash -c "'bundle install && bundle exec jekyll serve --host 0.0.0.0 -w --config '_config.yml,_config_dev.yml'""

Bugs and Issues

About

References

Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

Copyright and License

CompostelaTech.

About

Web de Compostelatech

Topics

Resources

Stars

0 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages