Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Crypto
/
Crypto-auto-trading
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
2019102152 김다빈
2021-12-08 07:23:13 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b19a6adfbaf4d6bb2a49bc6ef9f42061d9a8524d
b19a6adf
1 parent
7f8ab792
Modify README installation part
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
README.md
README.md
View file @
b19a6ad
...
...
@@ -46,7 +46,7 @@
```
npm install
```
3.
해당 프로젝트는 aws ec2와 ssl인증서를 사용한다.
개인 PC에서 작동하려면 domain과 sslport를 지우고 express.app을 사용해서 서버를 작동시키면 된다.(이 경우 4번은 생략)
3.
해당 프로젝트는 aws ec2와 ssl인증서를 사용한다.
ssl인증서 설치 필요
4.
최상위 폴더의 index.js의 domain과 sslport를 본인 domain과 sslport로 변경한다.
```
const domain = "{your domain}";
...
...
Please
register
or
login
to post a comment