Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy on AWS? #17

Closed
AndrewSB opened this issue Nov 28, 2015 · 10 comments
Closed

Deploy on AWS? #17

AndrewSB opened this issue Nov 28, 2015 · 10 comments

Comments

@AndrewSB
Copy link

I'm assuming this can't be deployed to a real production server yet, since it can't run on linux.
Is that something that is only reconcilable after Apple open sources the language?

Nevertheless, not being able to scale the servers made is definitely an issue.

@marinehero
Copy link

Your assumption is correct. If you look at the code you will see that it has Xcode projects.

My assumption is that this project is for those who want to prepare in advance and will change the minute Apple makes Swift available on Linux.

Guess you can expect a lot of changes down the line.

@AndrewSB
Copy link
Author

looking forward to when Apple makes that shift

@kjessup
Copy link
Member

kjessup commented Dec 2, 2015

Yes, we will be making changes to accommodate Linux as soon as Apple open sources. After we get things running and tested Linux you would be able to deploy on AWS. We plan on doing pre-configured AWS server images, though you will certainly be able to do the installs yourself.

@kjessup kjessup closed this as completed Dec 2, 2015
@AndrewSB
Copy link
Author

AndrewSB commented Dec 2, 2015

👌

@DaidoujiChen
Copy link

👍

@andreronquetti
Copy link

Hi guys, supported aws now?

cc @AndrewSB @kjessup

@BarronKane
Copy link

I've run a test server on aws just fine. It's a little tricky, easiest on a custom ec2 with a startup service. Can be done on beanstalk with docker.

@dsp1589
Copy link

dsp1589 commented Jun 6, 2016

@BleuGamer How did you deploy the project in AWS. Any links/docs?
I just created an perfect-ubuntu AMI in aws. Not sure how to push the code. I see perfectserver and perfectlib are there in /usr/src/perfect. Any help much appreciated.

@doitwithdk
Copy link

@dsp1589 exactly at your stage now. You made any progress on that.

@robertBojor
Copy link

If it's a single EC2 instance you could deploy the code using git and a
post-receive hook to do all the work once the code is up.

If you went with an EBS, deploy everything through Docker, works Perfectly
😉

On Wednesday, 8 June 2016, Deepak K notifications@github.com wrote:

@dsp1589 https://github.com/dsp1589 exactly at your stage now. You made
any progress on that.


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#17 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/ACZaBppiD3l8QelydlGhE8uytClZDMe5ks5qJe41gaJpZM4Gq4uM
.

Kind regards,
Robert Bojor
Mobile & Web Developer
http://www.robertbojor.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants