User Guide Overview
Quickstart
A. Download the latest 7-Iron Vagrantfile to your project's docroot
directory.
TIP: Your project docroot
is usually where your index.php
or index.html
is located.
B. Deploy your site files to 7-Iron.
- Run
vagrant up
in the directory you placed the Vagrantfile - View your project website at: http://192.168.33.33/dev
- Or http://7-Iron.dev if you have already edited you hosts file
C. Create or Import a DB.
- To create a db on 7-Iron see: How do I create a new db?
- To import a project database into 7-Iron, see: How do I import my project database?
Next Steps
- Edit your host machine's hosts file to use 7-Iron's URLs
- Change your sync type to speed up file syncing
- Checkout the Tools section to see what tools are available to you on 7-Iron.
- Read How to Manage Your Project Files with 7-Iron for details about the different deploy/file share strategies you can use with 7-Iron.