Swift ?? 💥 March 2nd - 4th, 2016 Tokyo, Japan @tryswiftconf
try! Swift is conference all about Swift and why you should be using it! Come have a great time meeting new people, learning new technologies, and eating delicious food with us March 2nd-4th in wonderful Tokyo, Japan.
Check out the site to see all of the awesome speakers we have lined up to speak.
We're committed to providing a safe space for all of our attendees, speakers, and volunteers. Our Code of Conduct can be read in full on Github. We encourage everyone to read it in full to gain an understanding of what everyone should do and expect to have a great time at try! Swift.
This year's try! Swift will take place in Tokyo, Japan. Location is still being sorted out—follow us on Twitter and check this site to see updates! And email will also go out when location is updated.
- If the want to sponsor, they can just email info@tryswiftconf.com. We'll add a download so they can see sponsorship options in a bit.
git clone
the repository[sudo] gem install rails
if you don't have Rails installed locally. (If you don't, this installation will take a moment.)[sudo] gem install bundler
to make sure you can install dependencies.brew install postgresql
, if you don't have this installed locally.bundle install
to get dependencies.postgres -D /usr/local/var/postgres
to start your Postgres serverbin/rails server
to start your serverrake db:create_all
to create the databaserake db:migrate
to generate the database tablesrake db:setup
adds the seed data to the database