2011-08-18 05:43:33 +00:00
# encoding: utf-8
namespace :site do
task :build = > :environment do
2013-02-05 10:26:45 +00:00
Site . destroy_all
Purchase . destroy_all
2013-05-14 03:26:35 +00:00
2011-11-22 10:54:10 +00:00
Site . create ( :school = > 'RulingDigital University' , :department = > 'Computer Science' , :valid_locales = > [ 'en' , 'zh_tw' ] , :in_use_locales = > [ 'zh_tw' , 'en' ] )
2013-05-14 02:32:53 +00:00
User . create! ( :email = > 'chris@rulingcom.com' , :admin = > true , :user_id = > 'chris' , :password = > 'password' )
2013-05-14 03:26:35 +00:00
` mongo #{ Mongoid . config . database . name } --eval "db.fs.chunks.ensureIndex({files_id: 1, n: 1})" `
puts " Congres you can now login within url "
puts 'Please upload design package (/admin/designs/upload_package ) and run rake site:necessary_data'
2013-05-14 03:48:13 +00:00
I18nVariable . create! ( :document_class = > 'language' , :key = > 'en' , :en = > 'English' , :zh_tw = > '英文' )
I18nVariable . create! ( :document_class = > 'language' , :key = > 'zh_tw' , :en = > 'Chinese' , :zh_tw = > '中文' )
2013-05-15 06:57:11 +00:00
Info . create! ( key : " profile " , built_in : true , disabled : false , title : { " zh_tw " = > " 基本欄位 " , " en " = > " Basic Info " } , to_search : false )
2011-08-18 05:43:33 +00:00
end
2013-05-14 02:32:53 +00:00
task :necessary_data = > :environment do
site = Site . first
site . title = 'RulingOrbit Demo Site'
2013-12-20 10:27:00 +00:00
2013-05-14 02:32:53 +00:00
site . save
# home_trans = I18nVariable.create!( :document_class => 'Home', :key => 'home', :en => 'Homepage', :zh_tw => '首頁')
design = Design . first
2013-05-23 04:07:43 +00:00
site = Site . first
site . design = design
2013-12-20 10:27:00 +00:00
site . terms_of_use_translations = { " en " = > " 1. The copyright of the documents in this web site is belonged to RulingDigital Inc.. It is free for non-commercial use and required to register the source “RulingDigital Inc.”. 2. Documents specified above follow the rules of separate authorization regulations.
3 . We will make every effort to ensure that the data of the web pages is immediate and correct but it cannot guarantee any responsibilities . We have the authorities to change the contents of the web pages without notice in advance . Therefore , please contact the people who are in charge to make sure whatever you may concern , like the date or qualification of the tests .
4 . The web site is free of any software virus but not guaranteed . We are not responsible for any loss or damage however caused by the downloaded data from this web .
5 . Hyperlinks to other websites are provided as a convenience only , and imply neither responsibility for , nor approval of , the information contained in those other web sites .
6 . This web site does not use cookies and also not track individual visitors to our web site . If you provide personally identifiable information about yourself , we will not use the information for any purpose other than to respond to your inquiry .
7 . The revision of the regulations is not notified in advance . Any user who has opinions or suggestions to the rules of this website , please contact the webmaster . " ,
" zh_tw " = > " 1. 本網站所刊載資料之著作權,除另有規定外,屬於 銳綸數位股份有限公司(下稱「本單位」)。任何人得為非營利目的自由使用。但使用時,不得變更其內容、詆毀或減損本單位名譽,且必須註明來源為「銳綸數位股份有限公司」。
2 . 具 有 上 傳 資 料 權 限 之 使 用 者 , 得 自 行 決 定 其 資 料 之 著 作 權 歸 屬 與 授 權 規 則 。 本 網 站 之 使 用 者 , 應 遵 守 之 , 並 了 解 本 單 位 對 此 資 料 不 負 任 何 法 律 責 任 。
3 . 本 單 位 盡 力 維 護 本 網 站 資 料 之 即 時 性 與 正 確 性 , 但 對 此 不 負 任 何 責 任 。 本 單 位 有 權 不 經 事 先 公 告 , 變 更 網 站 內 容 。 因 此 , 凡 使 用 者 認 為 涉 及 其 利 益 之 事 項 , 例 如 考 試 資 格 或 日 期 、 畢 業 學 分 等 , 請 逕 與 本 單 位 相 關 業 務 人 員 確 認 。
4 . 本 單 位 盡 力 維 護 本 網 站 資 料 不 含 任 何 電 腦 病 毒 。 但 對 於 任 何 因 下 載 本 網 站 資 料 所 致 電 子 資 訊 系 統 或 其 他 之 損 害 , 本 單 位 不 負 任 何 責 任 。
5 . 本 網 站 所 提 供 對 其 他 網 站 之 超 連 結 , 僅 為 使 用 者 之 便 利 。 該 被 連 結 之 他 網 站 , 並 非 本 網 站 之 一 部 分 。 本 單 位 不 保 證 所 連 結 之 他 網 站 存 在 , 亦 不 對 該 網 站 之 任 何 內 容 、 超 連 結 等 負 責 。
6 . 本 網 站 除 為 提 供 個 人 服 務 之 必 要 外 , 不 使 用 cookies , 也 不 追 蹤 使 用 者 之 網 路 使 用 。 使 用 者 主 動 提 供 之 個 人 資 料 , 除 指 定 目 的 與 分 析 本 網 站 使 用 習 慣 外 , 不 作 其 他 用 途 。
7 . 本 使 用 規 則 之 修 改 變 更 , 不 預 先 公 告 。 若 使 用 者 對 於 本 規 則 或 本 網 站 有 任 何 意 見 或 建 議 , 請 與 網 站 管 理 員 聯 繫 。 " }
2013-12-20 10:27:00 +00:00
2013-05-23 04:07:43 +00:00
site . save
2013-05-14 02:32:53 +00:00
theme = design . themes . first
2013-11-05 11:38:47 +00:00
home = Page . new ( :design_id = > design . id , :name = > 'home' , :is_published = > true , :theme_id = > nil , :menu_enabled_for = > { " zh_tw " = > " true " , " en " = > " true " } )
2013-05-14 02:32:53 +00:00
home . title_translations = { " zh_tw " = > " 首頁 " , " en " = > " Home " }
home . save
end
2011-08-18 05:43:33 +00:00
end