- Rhomobile Beginner's Guide
- Abhishek Nalwaya
- 161字
- 2021-04-02 18:52:42
Time for action – Installing on Linux
To setup Rhodes/Rhosync on Linux, follow these steps:
- Ruby – There are several ways to install Ruby depending on the distribution that you are using. One way is to simply download the source code above and then compile. The better way is to type the following command prompt in a terminal:
sudo apt-get install ruby1.9.1-full
- Ruby gems – You can download
RubyGems .zip
or.gem file
and then type the following line in the terminal:ruby setup.rb
- Rhodes gem – You can install Rhodes as a gem. Go to a terminal and type:
sudo gem install Rhodes
- Gems is a package manager that provides a standard format for distributing Ruby programs and libraries; it is designed to easily manage and install the Ruby program.
- RhoSync – You can install it as a gem. Go to the terminal and type:
sudo gem install Rhosync
Rhodes and RhoSync are installed and ready to use on Linux.
推薦閱讀
- 社會科學數據處理軟件應用
- Midjourney從入門到實戰應用
- AutoCAD 2014中文版完全自學手冊
- Microsoft SharePoint 2010 Power User Cookbook: SharePoint Applied
- 零基礎學數碼攝影后期
- NHibernate 3.0 Cookbook
- PostgreSQL 9.0 High Performance
- 剪映真傳:88招玩轉短視頻剪輯
- Adobe Flash 11 Stage3D (Molehill) Game Programming Beginner's Guide
- 中文版Corel DRAW X5案例實訓教材
- 這樣學Excel數據處理與分析更高效(視頻版)
- Jasmine JavaScript Testing
- AutoCAD 2010 建筑設計與制作技能基礎教程
- SAI+Photoshop漫畫/插畫繪制技法全解析
- jQuery UI Themes Beginner's Guide