Socialify

Folder ..

Viewing README.md
54 lines (39 loc) • 2.2 KB

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Shifoo (Previously _That Computer Scientist_)
Source Code for my Personal Website.

- Visit [shi.foo](https://shi.foo) to take a look at the current build.


```
                              README DEPRECATION NOTICE
                              -------------------------

Most of the specifications listed in this repository can be considered partially working. 
This is because the website (in general) needs to be running on a browser compatible 
with Windows XP or above or Mac OS X 10.6 or above. Although, our initial goal was to keep
the site backwards compatible with Windows 98 and Mac OS 9, I think a bit of javascript 
makes the site more livelier (o˘◡˘o).

I keep pushing updates to this repository, but take this readme with a grain of salt from 
now on. The instructions, in general, will work for local development, but don't expect the 
site to be compatible with HTML4 anymore lol.

I will be updating the readme soon (hopefully) to reflect the current state of the site.
```


## Specifications
- Server: [Nginx](https://www.nginx.com/)
- Language: [Python](https://www.python.org/), [HTML](https://www.w3schools.com/html/), [CSS](https://www.w3schools.com/css/), [JavaScript](https://www.javascript.com/)
- Framework: [Django](https://www.djangoproject.com/)
- Database: [Sqlite](https://www.sqlite.org/index.html)
- Deployment: [Oracle Cloud](https://www.oracle.com/cloud/)
- HTML Compatibility: [HTML4](https://www.w3.org/TR/html4/), [HTML5](https://www.w3.org/TR/html5/)
- CSS Compatibility: [CSS2](https://www.w3.org/TR/CSS2/), [CSS3](https://www.w3.org/TR/CSS3/)

## Installation
Install [Python](https://www.python.org/downloads/). Then install requirements:
```bash
pip install -r requirements.txt
```

## Start the Server

> **Note**: You will need to change the `CSRF_TRUSTED_ORIGINS`, `SESSION_COOKIE_DOMAIN`, and `DOMAIN_NAME` settings in `settings.py` accordingly.

To start the server, run:
```bash
python manage.py runserver
```

<!-- Footnotes -->
#### Footnotes

- [Archived Branch](https://github.com/luciferreeves/thatcomputerscientist/tree/archived) (Written in NodeJS + Express - **Status**: Basic Auth and APIs Implemented)
- For licensing information, please refer to the [LICENSE](LICENSE) file.