- This is web project for describing itself including what technologies used and how can I have handled that.
- Also it used hot techniques such as REST-API and HATEOAS.
- Simply visit here to see it.
- Asciidoc is available now!
- see here
docker pull ibjsw/show-itself:release-v0.0.2
docker run -it -d --name web -p 80:80 ibjsw/show-itself:release-v0.0.2
- Change release version to latest. Latest version is
- If you meet docker pull error, see docker repo
- Tag version and docker release image version are always same.
- requirement
apt-get install openjdk-8-jdk git -y
- execute jar
cd ~
git clone https://github.com/ByoungJoonIm/Show-Itself
cd Show-Itself
bash entrypoint.sh
- This project is stopped temporarily. It will restart after recruitment season.
- If something is wrong, let me know or just pull request.