Skip to content

HuangLiPang/termifolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termifolio

This is my terminal portfolio repository.

Descrition

The portforlio is based on web terminal developed by ttyd. I modified the dockerfile and compiled the tty by myself.

Deployment on AWS EC2

Clone the source code:

git clone https://github.com/HuangLiPang/termifolio.git && cd termifolio  

Build from makefile:

sudo make build && sudo make up

Set the security group for your EC2 instance. The docker instance exposes port 8001 to port 443 and 80, so you need to set inbound rule open for these 2 ports for your EC2 instance.

Reference

  1. ttyd:
  2. Dockerfile
  3. docker-compose
  4. cowsay:
  5. text table