使用 Soxer 创建第一个网页 Hello World

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

# Create all needed directories
mkdir myapp myapp/lib myapp/public myapp/views myapp/content

# Download and untar the Soxer source.
cd myapp/lib
wget http://soxer.mutsu.org/downloads/latest.tar.bz2
tar xvjf latest.tar.bz2
rm latest.tar.bz2

# Create main application file and our index file for content.
cd ../
touch app.rb content/index.yaml