OS: Ubuntu 12.04 64-bit1. Install ruby1.1 Install ruby via RVM$ \curl -sSL https://get.rvm.io | bash -s stable --ruby1.2Integrating RVM with gnome-terminal/etc/profile,~/.bash_profileare for login shell, and~/.bashrcis for interactive shell, and RVM’s path is added to~/.bash_profile, so you need to set the shell as a login shell.1.3 Give it a tryExit current shell, and open a new shell,ruby -vYou have successfully installed ruby.2. Install Python$ sudo apt-get install -y pythonBecausePygmentssyntax highlighting needs Python.3. Clone your blog to the new machineFirst you need to clone thesource
...
继续阅读
(63)