How to create clone database for ataglance instance?
Please follow the steps for creating clone database for ataglance instance.
Install Python Separately
Download the python 3.5+
Window or MacOSÂ latest version of Python.
Linux or Ubuntu
sudo apt-get install python.
Run the installer file and follow the steps to install Python
During the install process, check Add Python to environment variables. This will add Python to environment variables, and you can run Python from any part of the computer.Also, you can choose the path where Python is installed. Installing Python on the computer
Once you finish the installation process, you can run Python.
3. You can check the python version in your terminal.
c:\Users\dell>python
Â
Run the python clone database script
Open terminal and download or clone
git clone https://bitbucket.org/nimblebydesign/test-automation.git
checkout the clone-database-for-ataglance
git checkout clone-database-for-ataglance
Go to on project folder directory and open conn.py file here you can change mongo connections details in
mongo_connection
method
3. After changes open command terminal and run the file.
4. This will take few minutes for dump db and rename the developers name.
Â