An open API service indexing awesome lists of open source software.

https://github.com/fourkitchens/train-headless

Headless Drupal Training
https://github.com/fourkitchens/train-headless

Last synced: about 1 year ago
JSON representation

Headless Drupal Training

Awesome Lists containing this project

README

          

# Getting Started
## Class handbook is available at:
[http://www.mirzu.com/headless-training-book/](http://www.mirzu.com/headless-training-book/)

## Class notes available at:

## SSH to our server.

```bash
ssh {username}@train-headless.4kclass.com
```

Your Drupal environment is available at: `http://{username}.drupal.train-headless.4kclass.com/`

The administration user is `Four Kitchens` with password `admin`

For password-less authentication, add your public SSH key:

```bash
cat ~/.ssh/id_rsa.pub | ssh {username}@drupal.train-headless.4kclass.com "mkdir ~/.ssh; cat >> ~/.ssh/authorized_keys"
```

Alternativey, you can use a SFTP client.
- host: `USERNAME.drupal.train-headless.4kclass.com`
- port: `22`