This repository was archived by the owner on Mar 12, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Developers
Aero15 edited this page Sep 19, 2018
·
2 revisions
To setup Doosearch, you will need :
- a web/local server : because we have some PHP script
- a MySQL administration tool : we use phpMyAdmin to import databases and SQL script
- a web browser : to check if it works
- a code editor : you may edit some files
- Clone this repo on your PC
- If you need, configure you server to get an access to your clone of Doosearch
- Import the SQL script "src/doosearch.sql" into phpMyAdmin
- Edit the configuration file "src/config/db.ini" to allow Doosearch to access to your database
- You can also edit the configuration file "src/config/app.ini" as you need
- You must comment or remove the last line of the "src/.htaccess" file
- Go to your web browser, and open your clone of Doosearch
- If Doosearch display a white page, or you can't see all search engines, that's means Doosearch can't logon to your database or you didn't import the SQL file. To solve this, go back to the setup part, at the top of this page.
- If once you open Doosearch, you are redirected to "https://search.doocode.xyz", go back to the top of this page.
- If you have no problems, congrat.
- So use Doosearch as a regular user and check if you can launch a request from any search engine.
- If you have a problem and you can't fix it, open an issue or show me what are you doing, may I solve it ;)
Now, you know it's time. Let's go, open your code editor and do what you want with your clone. If you have no ideas, here are some :
- Add some new search engine
- Redesign UI
- Build the Tardis
- Create a page for stats
- Use AI to help users (prediction)
- Create a backend to manage all search engines
- Implement a voice recognition feature
- Add some easter egg
- Mix Doosearch and Home automation to search your loosed key
Remind me to write this part, I'll go to sleep