- Category Bmr. Mac's Page Login
- Category Bmr. Mac's Page Store
- Category Bmr. Mac's Page App
- Category Bmr. Mac's Page Sign In
The Basal Metabolic Rate (BMR) Calculator estimates your basal metabolic rate—the amount of energy expended while at rest in a neutrally temperate environment, and in a post-absorptive state (meaning that the digestive system is inactive, which requires about 12 hours of fasting). Mac version V2.0.0.0002 Release Note What's Fixed: Fixed the startup failure, now you can run the Mac version normally! Upgrade the system performance, play games with more fast speed.😊 Download the new version here. And you can also download the new version from our official KEEP READING. This page is a list of all pages which belong to this category, Classic Mac OS. To add pages to this category, add the following wiki code to the article: Category:Classic Mac OS. Category: 4K Wallpaper. 4K Modified Supercars iphone Wallpapers. 4K Red iphone Wallpapers. 4K UHD Samsung Wallpapers. 4K Tech Laptop Wallpaper. Audio Plugins / Kontakt / Mac / VST. Kontakt 6.3.1 Crack + Keygen (UNLOCKED) Free Download. Native Instruments Kontakt 6 VST Mac Crack (Latest.
Docs related specifically to running Moodle under Mac OS X.
Introduction
Hi everybody.. This is my first page in the Wiki, so please be nice with me. Plus, I'm used to do my teachings/tutorials (etc..) with a weird sense of humour: I don't really know how to do without.
As I spent a lot of time (who said 'wasted' ?) trying to install/configure/upgrade Moodle on Mac Os X Server (and now, macOS Server), I thought I might write somewhere the problems I met and how I worked around some.. I did in the forum here: [[1]]
Requirements: NO MAMP here !Only macOS 10.11 Server or 10.12 Server.These informations will work on macOS 10.11 (Capitan) and 10.12 Sierra Server. If you don't have the Server app, it will NOT work this way. It should be the same for 10.10 Server & 10.9 Server, but I'm not able to test.
There already are documentation here for Mac Os X Server.. but old, and maybenot addressing the pb you have right now.Here: [[2]](for 10.5 and 10.6 .. quite old..)
and here: [[3]](for 10.8.. less old, but still.. old.. as it's 10.12 when I'm writing this).
If you're on macOS Sierra (10.12) and you go on a moodle 3.1, for instance, your php version would be recent enough.. but, if you're on a Mac Pro 2,1, 3,1, or 4,1 (2007 - 2009), you're stuck with El Capitan (10.11). It means you have to upgrade your php.. and believe me, it's not *that* easy. Same thing if you're on Sierra and wanna go for moodle 3.3 or + .. you need php7.x ..! As the one you got built-in is a php 5.x
About moodle, I only test it with 3.3 and 3.4 beta but I think it's safe to say it can be used with 3.1, 3.2, 3.3 and 3.4 version. Dmg file opener windows.
For those who wonder what's this app Terminal I'm gonna use, it allows to send Unix commands to the system. Very useful. You can find it in the Applications folder, in your hard disk.
First: Apache & PHP
Get this in mind: macOS Server is NOT macOS. It means the tutos and infos you'll find on the net will not be accurate, because they mostly mostly talk about macOS 'not server', the 'normal' version. Believe me, I spent weeks (yeah, really, weeks..) trying to figure out why all these tutos lead to a dead end.
In macOS Server, the Apache server is controlled by the server app, where you can activate php by clicking on the right box. But your php version is too old, right ? You want to update it anyway, let's say, to php 7.1. Thing is: you CAN NOT update the built in php. You have to install another php next to the built-in php and tell the Apache server to use this new one insteand of the old one.. But the old will not be discarded.. Which can lead, sometimes, to weird situations like 'why this app is telling me I got php 5.x while this other one is telling me I got php 7.1.4 ?'. When you know it's logical, fine. When you don't, you feel like a chicken who just finds a fork.
So, update: there several ways to do so, with homebrew, git, curl, etc.. let's go with curl and to the terminal and then, enter this:
that will install php71 in /local/If you want to check, just go in the finder, type Cmd+Shift+G (Go to..) and simply type /local/ then enter. Don't do kiddy stuff in there, if you don't want your system to go haywire.
If you want to use homebrew, I'm gonna take as done that you already installed it and if you don't: [4]Homebrew install might take a moment, so don't rush that. And then, in terminal:
that will install php71 in /local/Cellar/
If you type php -v in the terminal, it will probably tell you that you now have php 7.1, so, after that, you might think you're done.. but, ahahahahaha, nope. Apple super-murphy-powa. Try to launch a phpinfo and you'll find out that the apache server is still using the built in php (5.x version). Weird ? Yup. (I give info about phpinfo below, for those who don't know about it)
So now, you need to change the .conf used by the apache on macOS server.. WHICH IS NOT THE SAME than macOS ! Weird ? Yupyup. It's in /Library/Server/Web/Config/apache2/ !! So, let's use the terminal again (don't modify .conf or .ini file using TextEdit or Office.. you'll have permission issues after that, nasty ones !) with sudo nano (or sudo pico, I don't really see the difference).
In the Terminal:
using Ctrl + W, search for php5_module. If you have checked the php box, in the Server app (in Web Sharing section), it's uncommented (meaning: it will be used).. if you didn't, it will be commented with a # at the beginning (meaning: not used).So, I think you got it: comment it (if it's not) and unchecked the php box in Server app (and don't checked it ever again).
Under the php5_module line, add this one:
(in the case you updated with curl, previously)..
If you used homebrew.. OR if you used curl but the php version was updated (which is more and more likely to be the case as time goes on).. the path will not be the same.. doesn't matter ! Just place the right path instead of /usr/local/php5-7.1.4-20170506-100436/libphp7.so(for Homebrew, that might be something like: /usr/local/Cellar/php71/7.x.x.x/libexec/apache2/libphp7.so )Check using Cmd+Shift+G
At the end of the .conf file, you have a block starting with IfModule php5_module.. after this block, add the php7 handler:
then save with Ctrl + O, close the .conf file with Ctrl + X and, even if it's necessary, feel free to reboot..
You'll want to change something in the php.ini to activate OPCache and change some values (php memory, this kind of stuff, as adviced in Moodle documentation)
but beware then: the php.ini that will be used is NOT the one you might think.. check that using a phpinfo. How to ?Terminal again. Type in:
as it probably doesn't exist, it will create one.Type:
and then save with Ctrl + O, close the file with Ctrl + X and point your browser to localhost/info.phpthat should do the trick.
Anyway, you have not one, but several .ini files to check ! For instance, to activate OPCache, it's not the main .ini file (where you can find a line opcache.enable= ) where you will be able to do it.. but in the php.d folder, there are dozen of .ini.. so, to activate OPCache, in the terminal, if you installed with curl, and if it's the same version as previously written:
The path might not be the exact samething.. so, check that and adapt, like you did before !
Second: MySQL
Go there: [5]and download the Community Server for Mac .. and install it.
A lot of people will tell you to use phpMyAdmin to manage your SQL server, I don't. I'd rather use an app, as I'm doing in on my local machine. I use SequelPro to manage MySQL.
you might have a root password issue.. you can fix it using this tuto: [6]
Third: Moodle
I'd advice to use git to install moodle.. It might not be the easiest way for the noob (that I am) but it helps when you want to update/upgrade.
For that, the Moodle 3.3.x documentation is here: [[7]]
Basically ? Terminal again.
Type in
(if your webroot is not there, then change the path accordingly)
Everything is from the documentation.. I just add this here as a way to speed the process .. but anyway, take some time to read the docs. (you know: RTFM .. this kind of stuff)
Of course, you now foresee that, nope cap'tain, it's not enough. We miss something. Permissions.
For once, I don't like using the terminal, but it's basically because I'm a permanent n00b and a lazy guy. Everytime I can use a nice GUI that does the trick, I'm gonna use it.
I use BatChMod from Lagentesoft: [8]I use it to find my moodle directory (probably in /Library/Server/Web/Data/Sites/Default/) and then change:
Category Bmr. Mac's Page Login
- the owner to _www
- the group to admin with Read, Write permissions
- check the box so BatChMod applies the same perm to EVERYTHING inside.
Yup, that's not subtle and I'm pretty sure a lot of geeks will burn a picture of me for doing so.. But that means pictures of me will be hot, very hot.. at least for 2 seconds. Not so bad, huh ? Still, it's better than I can be myself anytime.
Now, as the php version is ok, as My SQL is installed, point your browser to localhost/moodle/and follow the instructions.
Place the folder moodledata OUTSIDE on the folder where your site is hosted.. for security reason. By default, it's: Library/Server/Web/Data/Sites/moodledataWhich is fine.. But you can place it on another location, or another volume..
If the installer warns you about permissions, create it by yourself and you can use BatChMod again to make this moodledata folder owner as _www
After the infos about MySQL, moodle will create a config.php .. You'll have to modify it after the whole process.It installs and everything should be fine.. It might ask you to activate OPCache if you didn't. If it says it can't create the config file, because of write access, you missed the first section with BatChMod. For both, check up ahead.
Main problem that remains:
Everything except 'site not https' . It's no problem to go on with the install.. but this matter needs to be adressed, as I didn't find a proper way to make moodle worked with my ssl website (which is working fine with other website like nextcloud which need php7 and ssl as well)..
Last thing to do:
Now that's it's installed.. we need to modify the config file.
Terminal, terminal, agaaaain:
and where there's this line:
Change the url to the one that people will use to access it (something like http://www.my-moodle-is-better-than-yours.com/moodle) and then, again, Ctrl+W to save, Ctrl+X to quit.
But after that, maybe you will not be able to access it from your machine ! You need to edit your host file..
Terminaaaaaal:
and than, add a line with your url .. like this:
and then, again, Ctrl+W to save, Ctrl+X to quit.
It will say to your browser, when you go to that fancy url, like www.my-moodle-is-better-than-yours.com , in fact, point to my localhost (aka 127.0.0.1). Of course, change the line with YOUR url. (Nope, there's no real moodle with url: www.my-moodle-is-better-than-yours.com. sorry. I know you find that disappointing, but, you know, so is life..)
Conclusion:
This doesn't cover the rest of the configuration (themes, plug ins, how to setup the whole stuff), the documentation is here for that.
Plus, I do NOT fancy myself as an expert on these topics (mac, php, apache, whatever..). This is mainly to gather, in one place, and for the poor souls that want to moodle on their macOS Server machine, to avoid them the weeks of pain, anger, despair and torture I went thru..
Category Bmr. Mac's Page Store
There are still things that don't work (https, for instance.. I need help on that) .. and some stuff that may work 100% on moodle linux.. or in MAMP/XAMP/LAMP/PAMP/CLAMP (what ? the last one doesn't exist ? hang on !), well, it may not work 100% on macOS Server.
Category Bmr. Mac's Page Store
There are still things that don't work (https, for instance.. I need help on that) .. and some stuff that may work 100% on moodle linux.. or in MAMP/XAMP/LAMP/PAMP/CLAMP (what ? the last one doesn't exist ? hang on !), well, it may not work 100% on macOS Server.
Category Bmr. Mac's Page App
May I add that I'm french..meaning:- my english may need improvement- my anger management does need improvement (I'm french, we go on strike and riot every time, what did you expect, huh ?)- my sense of humour sure needs improvement
Category Bmr. Mac's Page Sign In
So, please, don't be trump on me.. (-:
Pages in category 'Mac OS X'
The following 5 pages are in this category, out of 5 total.
C
G
I
S
We've redesigned Pages, Numbers, and Keynote to work even better with Microsoft Word, Excel, and PowerPoint. Now, more features are supported, including commenting, conditional formatting, and bubble charts. And each update adds greater compatibility. It's never been easier to take a Microsoft Office document from your Mac or PC and import it into Pages, Numbers, and Keynote. So you can keep the workflow flowing.
See all the ways our productivity apps support popular Microsoft Office features.
Microsoft Word Format (.docx) | Pages for Mac | ||
---|---|---|---|
Text | Supported | Partially Supported | Not Supported |
Bidirectional Text | Supported for Arabic and Hebrew | ||
Column Formats | |||
Font Types | Fonts available for download are imported. Unsupported fonts are substituted. | ||
Ligatures | |||
Line Spacing | |||
Subscript | |||
Superscript | |||
Tab Setting | Some tab settings may look different | ||
Text Boxes | |||
Linked Text Boxes | |||
Text Colors | |||
Text Effects | |||
Text Highlighting | |||
Text Wrap | |||
Vertical Text | |||
WordArt | Text is preserved, but formatting may not be maintained | ||
Lists | Supported | Partially Supported | Not Supported |
Image Bulleted Lists | |||
Numbered Lists | |||
Text Bulleted Lists | Stylized bullets replaced with plain bullets | ||
Tiered Numbered Lists | Some lists may look different | ||
Paragraphs | Supported | Partially Supported | Not Supported |
Background Shading | |||
Formatting | |||
Paragraph Styles | |||
Illustrations | Supported | Partially Supported | Not Supported |
ClipArt | |||
Floating Objects | |||
Images | Most image formats are preserved | ||
Shapes | |||
SmartArt Graphics | Imported as shape | ||
Charts | Supported | Partially Supported | Not Supported |
2D Column | |||
2D Stacked Column | |||
2D 100% Stacked Column | |||
2D Bar | |||
2D Stacked Bar | |||
2D 100% Stacked Bar | |||
2D Line | |||
2D Stacked Line | Imported as Line chart | ||
2D Marked Line | |||
2D Stacked Marked Line | |||
2D 100% Stacked Marked Line | |||
2D 100% Stacked Line | Imported as Line chart | ||
2D Area | |||
2D Stacked Area | |||
2D 100% Stacked Area | |||
2D Smooth Marked Scatter | |||
2D Smooth Lined Scatter | |||
2D Straight Marked Scatter | |||
2D Straight Lined Scatter | |||
2D Pie | |||
2D Exploded Pie | |||
2D Pie of Pie | Imported as Pie chart | ||
2D Bar of Pie | Imported as Pie chart | ||
2D Marked Scatter | |||
3D Column | |||
3D Stacked Column | |||
3D 100% Stacked Column | |||
3D Bar | |||
3D Stacked Bar | |||
3D 100% Stacked Bar | |||
3D Line | |||
3D Area | |||
3D Pie | |||
3D Exploded Pie | |||
3D Stacked Area | |||
3D 100% Stacked Area | |||
Bubble Charts | |||
Doughnut | Imported as single tier doughnut chart | ||
Exploded Doughnut | Imported as Pie chart | ||
Surface Charts | |||
Radar Charts | |||
High-Low-Close Stock | Imported as Line chart | ||
Open-High-Low-Close Stock | Imported as Line chart | ||
Volume-High-Low-Close Stock | Imported as Bar chart | ||
Volume-Open-High-Low-Close Stock | Imported as Bar chart | ||
Column Cylinder | |||
Stacked Column Cylinder | |||
100% Stacked Column Cylinder | |||
3D Column Cylinder | |||
Column Cone | Imported as 3D Column Cylinder chart | ||
Stacked Column Cone | Imported as 3D Column Cylinder chart | ||
100% Stacked Column Cone | Imported as 3D Column Cylinder chart | ||
3D Column Cone | Imported as 3D Column Cylinder chart | ||
Column Pyramid | Imported as 3D Rectangle Column chart | ||
Stacked Column Pyramid | Imported as 3D Rectangle Column chart | ||
100% Stacked Column Pyramid | Imported as 3D Rectangle Column chart | ||
3D Column Pyramid | Imported as 3D Rectangle Column chart | ||
Bar Cylinder | |||
Stacked Bar Cylinder | |||
100% Stacked Column Cylinder | |||
Bar Cone | Imported as Bar Cylinder chart | ||
Stacked Bar Cone | Imported as Bar Cylinder chart | ||
100% Stacked Bar Cone | Imported as Bar Cylinder chart | ||
Bar Pyramid | Imported as 3D Rectangle Bar chart | ||
Stacked Bar Pyramid | Imported as 3D Rectangle Bar chart | ||
100% Stacked Bar Pyramid | Imported as 3D Rectangle Bar chart | ||
Header and Footer | Supported | Partially Supported | Not Supported |
Footers | Tables in footers are not supported | ||
Headers | Tables in headers are not supported | ||
Page Numbering | |||
Symbols | Supported | Partially Supported | Not Supported |
Equation | |||
Symbol | |||
Page Setup Options | Supported | Partially Supported | Not Supported |
Borders | |||
Margin Presets | |||
Orientation | |||
Page Sizes | |||
Page Background | Supported | Partially Supported | Not Supported |
Page Color | |||
Watermark | |||
References | Supported | Partially Supported | Not Supported |
Bibliography | EndNote bibliographies are supported. In Word Citation Manager bibliographies, text is preserved but cannot be managed. | ||
Citations | EndNote bibliographies are supported. In Word Citation Manager bibliographies, text is preserved but cannot be managed. | ||
Footnotes | |||
Table of Contents | Not all styling is preserved | ||
Reviewing Tools | Supported | Partially Supported | Not Supported |
Comments | Text comments are supported | ||
Ink Annotations | Imported as shapes | ||
Track Changes | Changes to body text continue to be tracked. All other changes are accepted on import. | ||
Miscellaneous | Supported | Partially Supported | Not Supported |
Breaks | |||
Hyperlinks | Web, email and bookmark hyperlinks are supported. File hyperlinks are removed. | ||
Macros | |||
OLE Objects | |||
Tables | |||
Themes |