Documentation update

This commit is contained in:
Pinga 2023-08-10 16:29:08 +03:00
parent 9608234596
commit 83356ecff7
2 changed files with 23 additions and 3 deletions

View file

@ -75,7 +75,23 @@ cp.example.com {
}
```
## 6. Reload Caddy:
## 6. Move ```registry/cp``` to ```/path/to/your/php/app```
## 7. Move ```registry/whois/web``` to ```/path/to/your/whois/app```
## 8. Configure registry
Each component in the project comes with its own configuration file. Before getting started:
1. Edit database settings to match your setup.
2. Update IP addresses as necessary.
3. Adjust certificate paths to point to the correct locations.
Once all configurations are set, initiate the application by executing:
\```
php app.php
\```
## 9. Reload Caddy:
```bash
systemctl enable caddy

View file

@ -25,7 +25,7 @@ Namingo is equipped with a comprehensive suite of features to meet the diverse n
- **RDAP Server**: Next-generation registration data access protocol server to provide public access to domain data.
- **Control Panel**: Intuitive interface for streamlined domain management and administration.
- **Control Panel**: An intuitive and modern interface designed for streamlined domain management and administration. Built on the API-first principle, it ensures seamless integration and adaptability. Additionally, it supports multiple languages for enhanced user accessibility.
- **DAS Server**: Efficient Domain Availability Service to quickly check domain availability.
@ -51,7 +51,11 @@ We appreciate your involvement and patience as Namingo continues to grow and ada
## Acknowledgements
Special thanks to XPanel Ltd for their inspirational work on XPanel Registry.
Special thanks to **XPanel Ltd** for their inspirational work on [XPanel Registry](https://github.com/XPanel/epp).
Additionally, we extend our gratitude to:
- **ChatGPT** for invaluable assistance with code and text writing.
- [Slim Framework 4 Starter App](https://github.com/hezecom/slim-starter) which served as the foundation for our control panel.
## Licensing