Lines Matching refs:local
44 2) Move the application directory to /usr/local
45 sudo cp -R apache-maven-3.3.3 /usr/local
48 sudo ln -s /usr/local/apache-maven-3.3.3/bin/mvn /usr/bin/mvn
66 /usr/local/share/google/google-cloud-sdk
68 Therefore move the extracted folder to this location: /usr/local/share/google/
80 ## To run GAE on local machine:
107 When you start your local GAE server, you will see empty page as the local datastore do not have an…
108 So we need to put some sample data into local datastore so that developers are able to continue to
110 in your local dev environment.
117 ### How to set test data on json files for generating mock data on local dev server
119 If you want to generate some mock data for your local development, you need to set some fake data
191 The next two commands will generate mock data in your local dev datastore.
192 … the commands is very important, otherwise you can't find some of the data in your local datastore.