2016年3月22日 星期二

超快速架parse server

https://mobile.awsblog.com/post/TxCD57GZLM2JR/How-to-set-up-Parse-Server-on-AWS-using-AWS-Elastic-Beanstalk


- Create a directory for your project and change your working directory into that directory.
- Run 'eb init' to log in and select the application you created through the quick launch link.
- Run 'eb labs download'. This  will download the code that is running on the AWS Elastic Beanstalk environment to your local folder.
- Make necessary changes to the code.
這裡要設eb 環境 ,找一下aws console 產生出來的環境名稱
eb use XXX-env
git add *
git commit -m""
eb deploy

這個方法在 AWS一下有時候成功,有時候失敗

結果還是先在本機端生一個 express 然後加 parse-server 在 eb deploy 在ec2上安裝 mongo 重開後 就沒可以了

2016年3月18日 星期五