Skip to content

Commit

Permalink
small updates to the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
zaherg committed May 30, 2024
1 parent 4341cdd commit 19d1246
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@ composer create-project zaherg/litepress litepress

### Login information

**Username**: admin
- **Username**: admin
- **Password**: password

**Password**: password
### Reinstall

If you decided that you want to reset your project and start with a fresh wordpress installation, you can run

```bash
./install.sh
```

check the code to know what the command do.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "zaherg/litepress",
"type": "project",
"license": "MIT",
"description": "A wordpress scaffolding with sqlite out of the box using composer.",
"require": {
"johnpbloch/wordpress-core": "^6.5",
"johnpbloch/wordpress-core-installer": "*",
Expand Down
5 changes: 4 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ echo "- Install and activate query-monitor & disable-updates"
wp plugin install query-monitor disable-updates --activate

# echo "- Activate extendify"
# wp plugin activate extendify
# wp plugin activate extendify

echo "- Delete old files"
rm -fr ./public/content/{uploads,upgrade,upgrade-temp-backup,debug.log}

0 comments on commit 19d1246

Please sign in to comment.