http://localhost/myproject
or 127.0.0.1/myproject
. You'll need to configure your operating system's host
file to point a fake domain name to your virtual host.Snippets -> Explore Snippets -> SA 3 Install
.myproject.app
, you would go toroot
database user for all your SiteAdmin applications. Depending on your development environment, you can create a new database and corresponding user through a GUI (like phpMyAdmin) or directly through the command line.{project_root}/siteadmin/config/config.php
file to {project_root}/siteadmin/config/devConfig.php
.Notice the indexmyproject.app
is the same as the virtual host we configured for our project.