Hospitality exchange community for hitchhikers and other travellers.
- You don't have the be a programmer to participate. Check volunteers page for more info.
Check development page to get started.
We have two major ways of running the software: trough Vagrant box (less work but runs slower) or by installing locally (more work but runs faster).
See troubleshooting if you encounter errors.
Easiest and quickest way to get started is with Vagrant. See INSTALL-VAGRANT.md for further details. Since it's wrapped in a virtual container, it obviously runs slower.
Installing the stack on your localhost and serving it with NodeJS. More config, but runs super fast. See INSTALL.md for details.
- Make sure the collections offers and users are empty, in order to avoid duplicate values.
- (If you develop with Vagrant, login to your box by
vagrant sshfirst.) - Run
node scripts/fillTestData.js 1000(for 1000 users and offers). - The script will create the users and the offers. It can take some time, it will tell you when it's finished.
- To see the result, log in with user
troutand passwordpassword.
