Weissheiten / Weissheiten.Neos.Bootstrap

Bootstrap package for TYPO3 NEOS
18 stars 5 forks source link

Installation manual #3

Closed sualko closed 8 years ago

sualko commented 9 years ago

Sorry, I am a newbie to Neos 2.0 and need some help to setup your great plugin.

I followed option 2 from typo3.org and now your package is inside of Packages/Sites/MYSITE/Packages/Application/, but now how can I use it? It does not show app in the Package Management and also not in the "Create New" dialog.

I tried ./flow flow:cache:flush --force and ./flow typo3.typo3cr:node:repair.

Please give me some advice.

Weissheiten commented 9 years ago

Hi sualko, the package should reside in: Packages/Application directly as Packages are shared among sites You might want to sign up to http://neos-project.slack.com as the community usually is in there (also to help out people new to Neos)

sualko commented 9 years ago

the package should reside in: Packages/Application directly

But how does this work, if I want to share my site as a template?

You might want to sign up to http://neos-project.slack.com

Seems to me as I need an code>@neos.io</code email to sign in.

sualko commented 9 years ago

I think https://discuss.neos.io/ is the right place to ask noob questions. Nonetheless a quick start manual would be great for your package. Maybe if I got it running, I will create a pull request.

Weissheiten commented 9 years ago

great, thank you. I'll try to incorporate this along with the update for Neos 2.0 as soon as I find the time (could take a bit due to workload atm though)

sualko commented 9 years ago

If I got you right, this package does currently not work for Neos 2.0?

Weissheiten commented 9 years ago

Most of it does, if I remember correctly the orbit slider needs a small tweak

egobude commented 9 years ago

I already did a few changes for Neos 2 :)

https://github.com/egobude/Weissheiten.Neos.Bootstrap/commit/327ba3508ae863ad424329c308791a2babac3424

PR is comming soon :)

egobude commented 8 years ago

@see: https://github.com/Weissheiten/Weissheiten.Neos.Bootstrap/pull/4

sualko commented 8 years ago

I think #4 fixes this issue. Thanks for your work, guys.