Compare commits
No commits in common. "f17fc59b0a8b45c92d6883e597c840de882f154b" and "7345d3c2afad1e0db1fdd79057803a8f772001a4" have entirely different histories.
f17fc59b0a
...
7345d3c2af
2 changed files with 0 additions and 52 deletions
43
README.md
43
README.md
|
@ -3,46 +3,3 @@
|
|||
---
|
||||
|
||||
My try to make a Social media archiving web tool with django and gallery-dl
|
||||
|
||||
|
||||
|
||||
|
||||
---
|
||||
## Development
|
||||
|
||||
*Note!* Instructions are made for a modern linux environment.
|
||||
|
||||
* **Step 1:** Clone repo
|
||||
```bash
|
||||
git clone https://git.aroy-art.com/Aroy/Gallery-Archivist.git
|
||||
```
|
||||
|
||||
* **Step 2:** Change dir to the new cloned repo
|
||||
```bash
|
||||
cd Gallery-Archivist
|
||||
```
|
||||
|
||||
* **Step 3:** Make a python environment
|
||||
```bash
|
||||
python3 -m venv venv
|
||||
```
|
||||
|
||||
* **Step 4:** Activate the new python environment
|
||||
```bash
|
||||
source ./venv/bin/activate
|
||||
```
|
||||
|
||||
* **Step 5:** Install python dependencies
|
||||
```bash
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
* **Step 6:** Copy environment config file and change it to your liking
|
||||
```bash
|
||||
cp env-sample .env
|
||||
```
|
||||
|
||||
* **Step 7:** Run django server
|
||||
```bash
|
||||
python3 archivist/manage.py runserver
|
||||
```
|
|
@ -1,9 +0,0 @@
|
|||
# True for development, False for production
|
||||
DEBUG=True
|
||||
|
||||
# Deployment SERVER address
|
||||
SERVER=archivist.aroy-art.com
|
||||
|
||||
# Used for CDN (in production)
|
||||
# No Slash at the end
|
||||
ASSETS_ROOT=/static/assets
|
Loading…
Reference in a new issue