-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
New Yawik Project Structure Discussion #1
Comments
@cbleek since this project is not stable yet, in order to test I suggest you to git clone this project. |
I think we should keep the current repository, it would be easier for us if we want to working with the 2 module or more in the same time. For example we can detect error's or bugs when we change or add something in the Core module which have effect in another module, and fix this error directly. Another reason is issue tracking. It would be easier for user just to use our current issue tracking without having to decide in which module they should report an issue.
Agree!
Agree! |
A central location for issues is important. And Travis tests, which include all modules, are too. So let's implement Toni's suggestion. |
It's just the same when working with multiple repositories. In the development environment, all modules will be checked out on the develop branch anyway. Instead of making multiple commits per module in one repository, it's just making one commit in each module repository. Also, when keeping our big repository, what's all the fuzz about splitting it up in the first place? And for the compatibility issue:
We will have a yawik/yawik (or yawik/skeleton) repository, which can be used for that.
With separate modules we will not need a travis test for the whole thing. |
@cbleek report:
I'm using apache, which cannot write into var/log. So the first thing I've done was chown -R www-data var
The next thing is the connection to the DB. If no yawik.config.global.php exists, the install module should be executed. I get the error:
[2018-10-24 19-51-26] Zend\ServiceManager\Exception\ServiceNotCreatedException: Service with name "Core/DocumentManager" could not be created. Reason: No suitable servers found (serverSelectionTryOnce set): [connection refused calling ismaster on 'localhost:27017'] #13053 in /home/cbleek/Projects/YAWIK-NEU/vendor/zendframework/zend-servicemanager/src/ServiceManager.php:771 caused by MongoDB\Driver\Exception\ConnectionTimeoutException: No suitable servers found (serverSelectionTryOnce set): [connection refused calling ismaster on 'localhost:27017'] #13053 in /home/cbleek/Projects/YAWIK-NEU/vendor/mongodb/mongodb/src/Collection.php:906 @ http://new.cb2.yawik.org/favicon.ico @@ exception--2018-10-24--19-50--23496f4885.html
should we test in parallel, or do you think it's too soon?
The text was updated successfully, but these errors were encountered: