Run local
You can run the project in your local computer by using Mamp,Xamp or Wamp
We use this to run the site locally and test it.
After that extract the code and open it in the Terminal / Command prompt
cd agris
./vendor/bin/sail up
The first time you run this can take some time
After sail is running, open a new terminal window and navigate to the project.
execute
sail artisan migrate --fresh --seed
This will set up ( seed ) the database.
Then execute / run
cd storage
touch installed
This should create an empty file in storage folder, to let the system know that the project is installed. Then open the site on localhost.
You should see the site now
Login with the default credentials
Username: [email protected]
Password: secret
Last modified 9mo ago