-
Notifications
You must be signed in to change notification settings - Fork 2
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
How to install manually like a normal profile? #134
Comments
The installation instruction is provided in the Libraries, modules and themes are there, but in separate repositories. Check the If you got stuck during the build, please let me know. |
What if I do not want to use phing? |
You can try to use: When building with |
I installed phing using composer. When I try to run command "phing ads-install" in "ads-master" directory, it gives "command not recognized" error and when I use "> phing ads-install", it says access denied. I am using cmd with admin access. |
When I write "> phing" in git, it says, "phing is a folder" |
Why it has to be so much difficult? I was sick using composer and now there is a new thing phing. Why not please make things simpler for non-advanced users. Thank you. |
You just run: Another simple way is run At that time, It's never simple because everybody can use a different operating system, different PHP, tools and their versions. And Phing should be cross-compatible, including Windows compability. These are the commands what I am running on my local macOS:
If you've got errors which you've got (relevant lines consisting Error word). Alternatively, if Phing won't work, try |
I've tested and possibly Drush Make won't work on PHP 7.x due to errors and bugs I believe. I'm including suggested manual steps how to install profile: Manual steps
|
However, I would advise you to use plain Drupal 8 instead and implement your requirements from scratch and not using this project, as it was developed a few years back and it seems everything a bit outdated and possible it is just not working, so it needs some significant time to invest into it. Ideally, the plan is to rewrite Ads project into Drupal 8 using Composer, but it won't happen soon. |
I am using windows. I have composer and git already installed. I am also using acquia dev desktop. I will try again |
I do not see "libraries", "modules" and "themes" folders. Normally, we put the folder in the "profiles" folder. This looks a bit different.
The text was updated successfully, but these errors were encountered: