Getting Started with wealthbot.io
This page will help you get started with wealthbot. You'll be up and running in a jiffy! (development install)
For the development environment we simplified the install process tremendously using vargrant, whose tagline, is after all development environments made easy. To get started you'll need to install both Vagrant and Virtual Box. Vagrant also works with VMWare, Docker, AWS and many other providers.The install process once you've got vagrant ready to go is pretty straightforward.
Development Install
- Install NFS plugin.
- Clone the repo.
- Setup etc/hosts
192.168.56.105 local.wealthbot.io
- Run
vagrant up
The process is straightforward, but results are not always simple to achieve. Wealthbot.io is a sophisticated financial framework, and any toubleshooting requires experience with:
- system administration
- frameworks (especially Symfony)
- database-driven web applications (wealthbot currently uses MongoDB and MySQL, but is built to be DB agnostic).
For example, we've run into vagrant authentication issues during install due to vagrant issue #5219. The current solution is to ssh into your virtual machine and manually paste this public key in
/home/vagrant/.ssh/authorized_keys
If that made solution made sense to you, you're ready to work with wealthbot.io.
Updated less than a minute ago