-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Please provide install instructions for dumb #116
Comments
me too .. I also have a very basic webserver with PHP. I couldn't do the first step... "composer.phar" is missing. |
did "composer install" and I think I made progress.. doing other steps.. may be you can try and update me too... |
I was able to successfully deploy the application .. Just follow the instructions except for the first one. It also created a random school, but that's OK. Webserver should be pointing to the 'public' directory. |
@Khmelovsky @narenknn The instructions are already very simple. You can install this software in two ways:
For Docker installation you need to have Docker and Docker Compose installed. Then follow the instructions in readme.md. Our Docker setup uses Nginx, Mysql and PHP, Composer. So you don't have to install them separately. For installation without a container is simple too. You need to just have setup servers of your choice. XAMPP is a good start for this. You need to install Composer also before progressing to further instructions given in readme.md. Hope this helps. |
Hi @changeweb, Could you please give me a advice where I am wrong? |
@Khmelovsky could you share the steps and commands you tried with screenshots? And you can try without container approach if Docker approach don't work for you. |
Turns out the instructions for installing without a container might be flawed.
Following a request from Fernando Velasquez, I made a video guide, embedded in this article, showing how to get setup. https://medium.com/@mykeels/unifiedtransform-getting-started-90543e0c135 |
@mykeels Thank you so much, my problem solved! Very useful tutorial for everyone! |
@mykeels awesome work!! Will you publish the article? Is it ok if I add this guide url in readme? Or you may create a pull request. Thanks for spending your precious time and knowledge. |
Thanks, guys. I think it's better to make a PR, and maybe embed the video in the README, than publish the article, so all instructions are in the repo, and under version control. @changeweb |
@mykeels then please change the order of |
I am able to see more than 3-4 issues created because of problems running on production. |
Hi everyone. Installation via docker doesn't work:
|
Hi, I'll give this a shot. |
@She110ck running |
@mykeels I ran |
With docker installation everything is fine, but unable to login with master username with password. @mykeels need your help for master password. |
I am having the exact same problems, how did you solve this? |
@imranzahid01 @mykeels @changeweb i am having the same issue when running from docker. Has anybody really resolved this issue?s |
@She110ck Did you try to run |
the solution is to chmod -R 777 in the project directory and then try again to enter the container executing the composer install command. that will work. |
Thank you so much for your work!
I would like use this application, but I ca not not start in locally in docker
Could you please provide detailed step by step guide?
Thanks in advance,
Andrii
The text was updated successfully, but these errors were encountered: