Project notes for a forgetful mind
I’m converting my old desktop to Windows 10 since now they offer bash utilities from a linux like terminal. I need to also install a new larger SSD for my hard drive. This page will log all of the things I do to my computer just in case I mess something up.
Windows 10 / 8.1 / 8 / 7 / Vista:
C:\Users\<USERNAME>\AppData\Roaming\MediaMonkey\MM.DB
C:\Users\<USERNAME>\AppData\Roaming\MediaMonkey\MediaMonkey.ini
C:\Users\<USERNAME>\AppData\Roaming\MediaMonkey\MetadataCache\
Download and install it from jetbrains. You’ll need to open the docroot folder in phpStorm and enable drupal module.
Add php that your site is using and the composer executable to the path by adding the containing folders.
Update php.ini to have higher memory limit.
; Maximum amount of memory a script may consume (128MB)
; http://php.net/memory-limit
memory_limit = -1
Set the php version in composer as well
"config": {
"vendor-dir": "vendor",
"platform": {
"php": "7.1.1"
}
},
https://www.jetbrains.com/help/phpstorm/compiling-sass-less-and-scss-to-css.html
C:\Users\miles>ruby -v
ruby 2.4.3p205 (2017-12-14 revision 61247) [i386-mingw32]
C:\Users\miles>gem install sass
Fetching: rb-fsevent-0.10.2.gem (100%)
Use the below info in the File Watcher settings.
C:/Ruby24/bin/sass.bat
$FileName$:$FileNameWithoutExtension$.css
$FileNameWithoutExtension$.css:$FileNameWithoutExtension$.css.map