Skip to content

POSTECH-in-the-sky-reopen/postech-in-the-sky-reopen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postech-in-the-sky-reopen

getting started

up

docker-compose down -v
docker-compose up --build -d 
docker container logs postech-in-the-sky-reopen_app_1 -f > log 2>&1 &

init

docker exec -it postech-in-the-sky-reopen_app_1 npm run migrate:run
python3 -m virtualenv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt
python3 tools/access.py

siege

0 15 * * * /home/ubuntu/postech-in-the-sky-reopen/tools/siege.sh >> /home/ubuntu/postech-in-the-sky-reopen/log.siege 2>&1

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors