Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit eb43848

Browse files
authored
Made README look good
1 parent b23b9cd commit eb43848

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,19 @@
11
# PHPSocial
2-
Simple PHP social media site, No SQL, No external libraries
2+
PHPSocial is a simple base for other social media applications to build off of to create something amazing!
3+
4+
PHPSocial does not use
5+
- SQL
6+
- Any external libraries/dependencies
7+
8+
All it needs is
9+
- PHP 7.4 or later
10+
- 100KB of hard disk space
11+
- Around 8MB of ram
12+
- And a CPU that works and supports the latter
13+
14+
# ⚠ WARNING ⚠
15+
PHPSocial is probably not the most secure web app ever, and will probably not be ready for production any time soon, it's just a fun experiment to see what can be done with just PHP =)
16+
17+
## How to install
18+
Download a release and copy to your webservers root directory (usualy `/var/www/html` on GNU/Linux systems)
19+
Create an account and go into the `/db/login.json` file and change `admin` from `false` to `true` to become an administrator. If you've done this right, you should see an `Admin panel` link on your homepage.

0 commit comments

Comments
 (0)