34 lines
566 B
Markdown
34 lines
566 B
Markdown
# Summer CMS
|
|
|
|
## Gest started
|
|
Install deps
|
|
|
|
```bash
|
|
composer install
|
|
```
|
|
Run development server
|
|
|
|
```bash
|
|
php artisan serve
|
|
```
|
|
|
|
## Statamic Documentation
|
|
|
|
Statamic has extensive [documentation][docs].
|
|
|
|
[docs]: https://statamic.dev/
|
|
|
|
## Control panel
|
|
|
|
CP is available under /cp. Credentials are:
|
|
- user: `summercms@hfsplay.fr`
|
|
- password: `0NRG4k7Qx1bG9Qj5Fh8Iu1JH6j`
|
|
|
|
## Remote access
|
|
To access from remote clients use :
|
|
```bash
|
|
php artisan serve --host=localhost
|
|
ssh -R 80:127.0.0.1:8000 serveo.net
|
|
```
|
|
Serveo will provide a public URL to access the application.
|