Files
sonyflake/example
Yoshiyuki Mineo f7d8fbd6eb Add error checks
2025-05-02 01:32:39 +09:00
..
2015-06-01 16:45:19 +09:00
2015-06-01 16:45:19 +09:00
2015-06-01 16:45:19 +09:00
2015-06-01 16:45:19 +09:00
2025-05-02 01:32:39 +09:00

Example

This example runs Sonyflake on AWS Elastic Beanstalk.

Setup

  1. Build the cross compiler for linux/amd64 if using other platforms.
cd $GOROOT/src && GOOS=linux GOARCH=amd64 ./make.bash
  1. Build sonyflake_server in the example directory.
./linux64_build.sh
  1. Upload the example directory to AWS Elastic Beanstalk.