Tag: SQLite
-
Post Views: 15 1. Navigate to the directory where you want to create the application (e:\wwwroot\shopify-app). Your application will be created in a new subdirectory. as shown in Figure 1 2. Run one of the following commands to create a new application, and then select the language of the application template you want to start using: Node, PHP, or Ruby.…
-
Post Views: 57 1. Install Nginx Proxy Manager, open the Windows Terminal command line, and follow the instructions below to enter the Ubuntu system. as shown in Figure 1 2. Enter the user root directory, create a new directory: proxy-manager, enter the directory: proxy-manager, create a file: docker-compose.yml. as shown in Figure 2 3. Edit the file: docker-compose.yml, save and…
-
Post Views: 13 1. Open the URL:https://www.sqlite.org/download.html. Download sqlite-dll-win64-x64-3330000.zip. as shown in Figure 1 2. Copy files: sqlite3.def, sqlite3.dll to the directory: D:\Program Files\SQLite. as shown in Figure 2 3. Add D:\Program Files\SQLite to the PATH environment variable. as shown in Figure 3 4. Finally, at the command prompt, use the sqlite3 command, the following results will be displayed. Indicates…