-
Notifications
You must be signed in to change notification settings - Fork 135
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
Installation tutorial #42
Comments
I have tried also today, i can't make osat-server to start.
|
Hi @muppet922, Can you tell us a bit more about your os setup? I am using windows and I am too experiencing issues, just looking to see if I can get an aggregated list of issues with the setup to look at creating a pull request to resolve these problems. |
Hi @paulmcgann, I'm using Microsoft Windows 11 Enterprise, 10.0.22000 Build 22000, x64, i5-11440. If I try to build the osat app, I can't even start it. If i jump that part and use
The app is starting, i can acces http://localhost:3000 but whenever I try to login i encounter an error: I will edit and come with more info's, out of frustration i've deleted docker (childish) and give you more info, thanks brother.
git clone https://github.com/StanGirard/seo-audits-toolkit
This error comes from the .env-example file, I have changed it to .env, but in the installation tutorial I didn't see any info related to that. Next I use docker-compose --env-file .env-example up -d, error is: The network is listed when i run docker network ls
Database says:
And OSAT-SERVER impress me with:
I have read some resources telling that some apps close themselves after the necessary commands were runned, but I think osat-server have to work. I've looked at the console when loggin failed and found that localhost:8000 is not working so that's no loggin available because osat is binded on that port. If you need more informations or I found something new I will edit this post or reply again, thanks man. |
Hey @muppet922 , Yeah your experiencing the same problems I am having. I believe this may be down to us using Windows. I will try the same steps on a Linux machine and see how I get on. I'll let you know how that goes. |
Hey @muppet922, I got round to making this all work using a linux virtual machine, some issues with configuration however I believe that is just because I have to get used to this toolkit. I have also discovered this documentation online for installation https://osat.primates.dev/#installation. I haven't tried running this again on windows, however if pyton and redis are installed then this really should work without the requirement for docker. I'll try this approach and let you know how it goes. |
Hey @paulmcgann, I will try to install osat toolkit next week on Linux, now I just don't have the time for it. Thanks for keeping me up with the updates, I still think that the documentation needs more information for newbs. How's going with it? all great? Wish you a a happy xmas&year <3 |
Hey @muppet922 I wish it was going great, when running the pip install a lot of the packages are out-dated. I have given up trying as it was taking up too much time to get this setup. |
Hello guys, sorry for not answering. I've been hammered with work lately and had no time to update the code. |
@StanGirard Not a problem at all we all. We didn't manage to fix the issue and that I believe is because it can depend upon the way you have docker setup. Running this in a windows environment with docker is difficult, due to how docker handles binding mounts and volumes on windows. Doing a bit of investigation if you want to run this on windows you need to have a shared drive set in docker, then you are able to use the ${PWD} variable. However if you are running WSL2 it is a bit more complicated as there is no option for shared drives you need to run something like: /run/desktop/mnt/host/${driveLetter}/path/to/my/windows/dir For now I have hosted in a linux vm running docker and it is working fine. I will add that I am no docker expert. |
Yea, I can't make it work on Windows Docker, any ideeas? thanks in advance |
Windows x Docker Desktop x WSL2 user here Managed to "fix" some issues (see #70 ) but for now still stuck
We'll update if I make any progress |
@paulmcgann @muppet922 did you manage to fix
|
I just gave up, this tool needs updates |
You're right, but I can't find another oss tool with the same amount of features... Did you ? Maybe we could fix/update it all together 🤷♂️ |
Hello, could you make the installation steps for docker more detailed? I tried the steps from the main page, and read other sources but I couldn't make this tool to work/open, thanks in advance.
The text was updated successfully, but these errors were encountered: