- 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?
- Instant Node Package Manager
- UML和模式應用(原書第3版)
- 測試驅動開發:入門、實戰與進階
- C# 2012程序設計實踐教程 (清華電腦學堂)
- 控糖控脂健康餐
- Learning SAP Analytics Cloud
- Java開發入行真功夫
- 程序員考試案例梳理、真題透解與強化訓練
- Learning Neo4j 3.x(Second Edition)
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- PLC應用技術(三菱FX2N系列)
- C++從入門到精通(第5版)
- ElasticSearch Cookbook(Second Edition)
- 細說Python編程:從入門到科學計算
- Visual Basic程序設計習題與上機實踐