Hi there
My company in Angola would like to start a business a register. We have local domains (
x.ao) that we would like to use to sell subdomains.
Doing some research we found Nomulus. And for what we have seen so far looks like it's exactly what we were looking for.
So, today we decided to give it a try.
We setup 3 virtual servers with Ubuntu 20.04. On 2 servers we installed Bind 9 and we setup as Authoritative DNS Server (one primary server -
ns1.xxxxx.ao and other secondary -
ns2.xxxxxx.ao). On the third server we try to install Nomulus.
And the problems begin:
- The first problem is that the available documentation is not updated. Digging a little we found out we now need to use Gradle to build the project.
- During the process of building the project... we find out that some others requirements not mentioned on Github docs are needed. For example: Docker and NodeJS. We also run out of disk space, since we were using a Virtual Server with 15GB of Disk.
- After solving those issues, we finally got the "good news".
BUILD SUCCESSFUL in 11m 37s
92 actionable tasks: 63 executed, 29 up-to-date
- At this stage, we were expecting to be able to run Nomulus on this Virtual server, connect it to the DNS server we configured earlier, and be able to access it through our local network just for proof of concept.
But looks like this is not possible, or we didn't find any information describing how this can be done.
All resources, all github issues we saw, are all pointing to the direction of using Google Cloud Infra to have Nomulus running. Is that true?
Since we have our own datatacenter, is it possible to run Nomulus on our own servers?
Regards
PS