crewshin / perfectly-swift

5 stars 2 forks source link

SWIFT_VERSION=swift-2.2-SNAPSHOT-2015-12-22-a-ubuntu14.04.tar.gz #1

Open KeithMorning opened 8 years ago

KeithMorning commented 8 years ago

I have try this script, but I meet some error when use it. The bash can't run swift. I find this SWIFT_VERSION=swift-2.2-SNAPSHOT-2015-12-22-a-ubuntu14.04.tar.gz and echo "export PATH=~/$SWIFT_VERSION/usr/bin/:"${PATH}"" >> ~/.bashrc source ~/.bashrc

The path at last will be ~/swift-2.2-SNAPSHOT-2015-12-22-a-ubuntu14.04.tar.gz/user/bin. I am not goot at sh script. I think it is the problem.

KeithMorning commented 8 years ago

Another question, have you run it successfully on ubuntu14.04 LTS? Most of the cloud servers use the 14.04 and not the one 15.05?

crewshin commented 8 years ago

Ah yes good call @KeithMorning! I whipped this together as I was building the server manually and haven't actually built a server from it yet. I'll fix this once I test using it.