Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avcat/teaminternet
https://github.com/avcat/teaminternet
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/avcat/teaminternet
- Owner: avcat
- Created: 2023-11-09T23:36:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-12T16:51:09.000Z (about 1 year ago)
- Last Synced: 2024-11-16T03:22:43.644Z (about 2 months ago)
- Language: PHP
- Size: 7.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Team Internet test task
## Install the files
Requires: [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos), [Docker](https://docs.docker.com/desktop/install/linux-install/), [Docker Compose](https://docs.docker.com/compose/install/other/).
1. Install Wordpress plugins, unzip Wordpress uploads folder, unzip database:
> $ `composer install`
2. Download and install the enviroment to run Wordpress: Wordpress core, MySQL, phpMyAdmin:
> $ `docker-compose up -d`
---
## Import database. Login into the site
3. Open [phpMyAdmin](http://localhost:1000).
4. Log in to phpMyAdmin:
> Username: `wordpress`
> Password: `wordpress`
5. Import contentful database from db/wordpress.sql intro wordpress database:
> `wordpress - Import - Browse - db/wordpress.sql - Import`.
6. Log into [site admin panel](http://localhost:1111/wp-admin/):
> Username or Email Address: `teaminternet`
> Password: `teaminternet`
---
## Change the content
7. While editing the only [Homepage](http://localhost:1111/wp-admin/post.php?post=12&action=edit).
---
![](/themes/teaminternet/screenshot.png)