-
Notifications
You must be signed in to change notification settings - Fork 9
Lower the setup barrier for newbies #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It is true, but before writing the guide we have to compile binaries for x64 because it is most popular server architecture. My opinion is |
Speaking about popularity, I believe .so files then should be also compiled for linux server. But it's anyway up to the maintainers since even the current .dll presented as a very pre-release for test purposes only. amxydeploy.exe seems not so useless, the very first setup when I tried it, it helped a lot to understand the paths and files structure which should be in practice, especially given that readme constantly made me confused with not so relevant information about where to put what. I think both migration tools .exe and perl script are better to stay in the repo, or maybe move to releases section (the binaries). As for .html duplicate of the main repo readme, yeah, looks like it's just an old version with completely same information in it, but outdated. Already removed it in #96, hope everyone is agree that there is no need in such duplications when we have already README.md and a wiki page. |
I will be looking at this in a week. I'm in a seismic area with frequent earthquakes right now (Taipei) so pulling out the laptop is not a great idea, but will do ASAP. |
This has been addressed in the latest release. I hope this clarifies things. |
Current issues:
amxdeploy.exe
andresources/amx
folder, running migration .exe tool and trying to lauch the server with ensuring to allow needed acl rights, you still stuck with the error (king.dll cannot be loaded). This is critical, because I can say for sure it was the main challenge to find the reason somewhere in the issues page, I almost gave up at some moment when I firstly found the possible reason about 32-bit server which were not relevant for my case, and only then found the second one about sqlite3.dll absence by default, so I downloaded it and it finally worked.What it aims to change:
All binary files should be moved into releases page. Some attached archive with clear file structure and paths matching the current readme installation guide, with all needed .dll files in it. This way it will be intuitive to just jump into releases page, download everything in one click and unpack all those files in the root server folder without finding each file from different places or guessing where they to put in.
What should be changed specifically:
Edit repository details
-> enableReleases
checkbox inInclude in the home page
section)The text was updated successfully, but these errors were encountered: