Dev environment
The dev environment is used for test or induction purposes.
It is available on dev.negoti8or.com.au.
No changes will be reflected on the "real" Negoti8or.
Refresh the database
TIP
It is recommended to do that before every induction
- Connect to the server by SSH
- Type the following commands
mys -e "drop database dev; create database dev;"
dump
gunzip negoti8or.sql.gz
mys dev < negoti8or.sql
rm negoti8or.sql