8000 GitHub - ejrsilver/Site
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ejrsilver/Site

Folders and files

NameName
Last commit message
8000 Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site

The source code for my personal website, at ejrsilver.com.

I've written the site to be an SPA (Single Page Application), so that I can get better at vanilla JavaScript. I'll worry about adding good content and stuff once I've got that figured out.

I've configured the Docker to use Apache Server with PHP and a MySQL instance, though there is currently no actual backend so it's just in case I feel like adding that stuff in later.

Environment Variables

For the Docker setup (if I ever decide to actually use it), the following are the environment variables that must be set in a file called .env.

Name Sample Value
MYSQL_PASSWORD "password"
MYSQL_USER "admin"
MYSQL_ROOT_PASSWORD "password"
MYSQL_DATABASE "db"

Obviously I'm not actually gonna use those values.

Running the Project

Run the following to start up the site:

docker compose up --detach

and the following to stop it:

docker compose down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0