-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlamp.Rmd
33 lines (23 loc) · 872 Bytes
/
lamp.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
---
title: "LAMP (Linux, Apache, MySQL, PHP)"
output:
html_document:
code_folding: show
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
echo = TRUE,
error = TRUE,
comment = "",
class.source = "fold-show")
```
# Logging In
To log in to the lab's LAMP server, use [WinSCP](https://winscp.net/eng/download.php).
Our LAMP domain is: `devpsylab.psychology.uiowa.edu`
Our credentials are in our LastPass account.
# LAMP Server
Here are access instructions for the Shared LAMP service:
https://iowa.sharepoint.com/sites/sharedlamp/SitePages/User-Access.aspx (archived at https://perma.cc/QN98-PDVT)
For making URLs/online tasks available to the public, put your files in the `htdocs` folder.
# MariaDB
Here are instructions for MariaDB: https://iowa.sharepoint.com/sites/sharedlamp/SitePages/MariaDB.aspx (archived at https://perma.cc/BS2Q-HQ4W)