This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#path /lib/systemd/system/assistant.service | |
[Unit] | |
Description=Google Assistant | |
Wants=network-online.target | |
After=network-online.target | |
[Service] | |
Type=simple | |
ExecStart=/bin/bash /home/pi/assistant-sdk-python/google-assistant-sdk/googlesamples/assistant/library/hotword.sh |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Copyright (C) 2017 Google Inc. | |
# | |
# Licensed under the Apache License, Version 2.0 (the "License"); | |
# you may not use this file except in compliance with the License. | |
# You may obtain a copy of the License at | |
# | |
# http://www.apache.org/licenses/LICENSE-2.0 | |
# |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source : https://www.linkedin.com/pulse/how-install-pthreads-php-sanjog-kumar-dash | |
http://www.tecmint.com/install-and-compile-php-7-on-centos-7-and-debian-8/ | |
1. Obtain the Apache HTTP server from The Apache HTTP Server Project, and unpack it: | |
install apache2 using apt-get | |
3. Set Document root in /usr/local/apache2/conf/httpd.conf ( Check your apache binary path. Default document root is /usr/local/apache2/htdocs | |
NewerOlder