Skip to content

Commit

Permalink
Merge pull request #58 from DreamHackers/develop
Browse files Browse the repository at this point in the history
0.1.0リリース分
  • Loading branch information
pollseed committed Nov 26, 2015
2 parents 17a048b + a457b94 commit 36a3d3c
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 191 deletions.
22 changes: 15 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@


# forex-future-forecast

![logo](public/images/logo.png)

必勝!FX未来予想チャート徹底比較についてのリポジトリです。

# Summary
[![Circle CI](https://circleci.com/gh/DreamHackers/fx-future-forecast/tree/master.svg?style=svg)](https://circleci.com/gh/DreamHackers/fx-future-forecast/tree/master)

[![Circle CI](https://circleci.com/gh/DreamHackers/forex-future-forecast/tree/master.svg?style=svg)](https://circleci.com/gh/DreamHackers/fx-future-forecast/tree/master)
[![Join the chat at https://gitter.im/DreamHackers/fx-future-forecast](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/DreamHackers/fx-future-forecast?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

https://pollseed.gitbooks.io/fx-future-forecast-doc/content/index.html

# fx-future-forecast
必勝!FX未来予想チャート徹底比較についてのリポジトリです

# Develop

Expand All @@ -18,13 +23,14 @@ https://pollseed.gitbooks.io/fx-future-forecast-doc/content/index.html

## 初期設定・インストール
```.sh
git clone [email protected]:DreamHackers/fx-future-forecast.git
cd fx-future-forecast
git clone [email protected]:DreamHackers/forex-future-forecast.git
cd forex-future-forecast
git checkout develop
./setup.sh
```

## mongo セッティング
https://github.com/DreamHackers/fx-future-forecast/wiki/mongodb%E7%96%8E%E9%80%9A
https://github.com/DreamHackers/forex-future-forecast/wiki/mongodb%E7%96%8E%E9%80%9A

## 起動 & 開発
```.sh
Expand All @@ -42,4 +48,6 @@ pm2 start bin/www --watch
```
[こちら](http://localhost:3000/)にアクセスしてください

```
## [wiki](https://github.com/DreamHackers/forex-future-forecast/wiki)
* [gitフロー && リリース](https://github.com/DreamHackers/forex-future-forecast/wiki/git-%E3%83%95%E3%83%AD%E3%83%BC-&&-%E3%83%AA%E3%83%AA%E3%83%BC%E3%82%B9)
* [version管理](https://github.com/DreamHackers/forex-future-forecast/wiki/version%E7%AE%A1%E7%90%86%E3%81%AB%E3%81%A4%E3%81%84%E3%81%A6)
45 changes: 0 additions & 45 deletions README.md.bak

This file was deleted.

2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var users = require('./routes/users');
var app = express();
app.use(helmet());
app.use(helmet.noCache());
app.use(basicAuth('dream', 'hackers'));
app.use(basicAuth(process.env.BASIC_AUTH_ID, process.env.BASIC_AUTH_PASSWORD));

var mongoose = require('mongoose');
var uristring = process.env.MONGOLAB_URI || 'mongodb://localhost/fx-dev';
Expand Down
17 changes: 0 additions & 17 deletions app.js.bak

This file was deleted.

19 changes: 0 additions & 19 deletions model.bak/sample.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "forex-future-forecast",
"version": "0.0.0",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
Expand Down
34 changes: 0 additions & 34 deletions package.json.bak

This file was deleted.

32 changes: 0 additions & 32 deletions public.bak/js/app.jsx

This file was deleted.

16 changes: 0 additions & 16 deletions public.bak/js/client.js

This file was deleted.

14 changes: 0 additions & 14 deletions public.bak/js/helloworld.jsx

This file was deleted.

5 changes: 0 additions & 5 deletions public.bak/js/main.js

This file was deleted.

0 comments on commit 36a3d3c

Please sign in to comment.