# Google Gloud ###### tags: `general` We host almost all our projects on a Google Cloud Compute Engine. To be able to access this have a google account and someone fron the ISL (maybe Fabian or Irem) will add you to the project. Also, install the gcloud sdk and setup everything to be able to actually meaningfully use everything. ## Compute Engine Our instance name: `teqst-server` ip: `34.121.107.126` ### Useful Commands - `gcloud compute ssh [instance name]`: Access over SSH - `gcloud compute scp --recurse [path] [instance name]:[path]` Copy Files to the incstance - Example: `C:\Users\Jannik\Documents\Uni\Hiwi\Projects\TEQST_Frontend\www>gcloud compute scp --recurse * teqst-server:/server/beta/TEQST_Frontend/www` ### Where to find what on the Server? Our projects can be found at ==`[TODO insert path]`==. #### Crontab ==TODO== ### NGINX We use NGINX as a web server. Everything regarding NGINX is located at `/etc/nginx`. --- ## Online Console Info about the GCE and also the App Engine can also be seen on the [online console](https://console.cloud.google.com/home/dashboard?project=datacollector-speech). *[GCE]: GCloud Compute Engine