Raspberry pi web page publishing (Blog) - user

김빛나리·2020년 6월 1일
0

0. 로컬 hosts 파일 변경

1. 개인 계정으로 로그인

  • putty에서 hostname을 "username@ip주소"로 해서 접속해주시면 됩니다.

2. Download Batflat Latest Release

  • 아래의 코드들을 실행하면 됩니다.

    1) cd html
    2) wget https://github.com/sruupl/batflat/archive/master.zip
    2-1

    3) unzip master.zip
    2-2

    4) mv batflat-master blog
    5) cd blog
    6) mkdir ./tmp
    7) mkdir ./admin/tmp
    8) chmod -R 777 ./uploads ./inc/data ./admin/tmp ./tmp
    2-3

3. 완료

0개의 댓글