# Unlight Build ## 完全沒用過docker新手筆記流程 系統環境 ubuntu 16.04 follow https://github.com/open-unlight/legacy-unlight-docker ------ ```bash #https://docs.docker.com/install/linux/docker-ce/ubuntu/ sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg-agent \ software-properties-common curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/ubuntu \ $(lsb_release -cs) \ stable" sudo apt-get update sudo apt-get install docker-ce docker-ce-cli containerd.io ``` ```bash #測試是否安裝成功 sudo docker run hello-world ```  此為成功的圖片 ```bash #https://docs.docker.com/compose/install/ sudo curl -L "https://github.com/docker/compose/releases/download/1.24.1/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose #https://oranwind.org/-solution-qi-dong-docker-compose-fa-sheng-error-couldnt-connect-to-docker-daemon-at-httpdockerlocalunixsocket-is-it-running-cuo-wu/ sudo gpasswd -a ${USER} docker sudo su su {你原本登入的帳號} ``` 準備好字型檔案放入資料夾 ```\fonts``` https://www.plurk.com/p/nfrkqb https://drive.google.com/file/d/1q6xrhFE9CFFsDB_--8_tLZThB6WpQh4d/view >https://www.plurk.com/scarletsnow ```bash make build client make start ```  成功run 起來 把檔案```..app/client/public/config.xml.orig```放在 ```dist/public/``` 並重新命名```config.xml``` ```bash cd dist ruby -run -e httpd ``` ## 成功運行 > 網址:localhost:8080  ## Flex SDK & Vscode ```bash make build client ```
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up