- CouchDB and PHP Web Development Beginner’s Guide
- Tim Juravich
- 250字
- 2021-08-13 18:22:51
Did you have any problems?
We're all done with confi guring our system! In a perfect world, everything would be installed without any issues, but it's enti rely possible that something didn't install perfectly. If it seems like something isn't working right, or you think you may have made some typos along the way, I have a script that you can run that will help you get back on track. This command can be executed locally by calling a fi le I have on github. All you have to do is run the following command in Terminal, and it will run all of the necessary code for this chapter:
sh <(curl -s https://raw.github.com/timjuravich/environment-setup/master/ configure.sh)
This script will do all of the work that has been menti oned in this secti on, and it's safe to run as many ti mes as you want. I could have given you this one command and fi nished up the chapter pages ago, but this chapter was integral in teaching you how to use the tools and uti liti es that we will use in the coming chapters.
Pop quiz
- When we are using the default Apache installati on for web developing, where is the default working directory?
- In order to use our local development environment with CouchDB, we need to make sure that two services are running. What are they, and how do you make them run in Terminal?
- What command line statement do you use to issue a
Get
request to CouchDB?
- 大話PLC(輕松動漫版)
- Instant Testing with CasperJS
- JavaScript+DHTML語法與范例詳解詞典
- 計算機圖形學編程(使用OpenGL和C++)(第2版)
- PaaS程序設計
- Java加密與解密的藝術(第2版)
- Unity Virtual Reality Projects
- Internet of Things with Intel Galileo
- Quarkus實踐指南:構建新一代的Kubernetes原生Java微服務
- C程序設計實踐教程
- Android開發案例教程與項目實戰(在線實驗+在線自測)
- Python深度學習:模型、方法與實現
- 詳解MATLAB圖形繪制技術
- Python商務數據分析(微課版)
- Python機器學習與量化投資