plunker_www

面向公众的网站 http://plnkr.co。「The public-facing website for http://plnkr.co」

  • 所有者: filearts/plunker_www
  • 平台: Linux, Mac, Windows
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

plunker_www

This is the repository containing all the code to run the public-facing
portion of http://plnkr.co.

Installation

To get started, clone this repository and install npm dependencies.

git clone https://github.com/filearts/plunker_www.git plunker_www
cd plunker_www
npm install

You may need to do the git clone with the --recursive flag to get the
submodules automatically populated.

Next, you must create config files for the environments in which you intend
to run Plunker. Normally, these would be development and production.

Create config.development.json and config.production.json with the
following structure:

{
  "host": "hostname.com",
  "url": {
    "www": "http://hostname.com",
    "collab": "http://collab.hostname.com",
    "api": "http://api.hostname.com",
    "embed": "http://embed.hostname.com",
    "run": "http://run.hostname.com",
    "carbonadsH": "You can probably ignore this",
    "carbonadsV": "...and this"
  },
  "port": 8080,
  "oauth": {
    "github": {
      "id": "series_of_random_chars",
      "secret": "longer_series_of_random_chars"
    }
  }
}

If you just want to hack on the front-end (this repository), you can probably
just replace hostname.com with plnkr.co for each url except www.

For the oauth configuration, make sure you set up an application on github
(at https://github.com/settings/applications) and copy the id and secret
to the config files.

Project structure

 -+ assets - Contains

主要指標

概覽
名稱與所有者filearts/plunker_www
主編程語言CoffeeScript
編程語言CoffeeScript (語言數: 4)
平台Linux, Mac, Windows
許可證MIT License
所有者活动
創建於2012-11-02 00:22:13
推送於2022-09-02 12:06:14
最后一次提交2017-06-29 21:50:09
發布數45
最新版本名稱v0.11.9 (發布於 2017-03-27 21:51:39)
第一版名稱v0.7.8 (發布於 2013-11-28 13:53:04)
用户参与
星數288
關注者數27
派生數94
提交數296
已啟用問題?
問題數108
打開的問題數63
拉請求數3
打開的拉請求數9
關閉的拉請求數3
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?