WeAreTech / wearetech.io

This is wearetech.io
Mozilla Public License 2.0
7 stars 2 forks source link

WeAreTech.io

The sources of the http://wearetech.io website.

Build Status

Install & Use

git clone git@github.com:wearetech/wearetech.io.git
cd wearetech.io
npm install && bower install
grunt build
grunt

Note: You need Python 2 for the node-gyp dependency. In case of bcrypt, node-gyp, or Python version error, run export PYTHON=python2 before npm install, with python2 pointing to the binary file of Python 2.

Create required localhost entries

Because wearetech.io uses multiple hostnames on the same Node instance you need to edit your /etc/hosts file and add two new entries, so as you can access the two pre-existing cities:

127.0.0.1 ath.localhost
127.0.0.1 skg.localhost

Shell Control

Deployment Checklist

Release History

License

Copyright (c) 2014 Thanasis Polychronakis, Contributors. Licensed under the Mozilla Public License.