Free subdomains and short URLs
You must have your domain to run this project.
git clone https://github.com/sjy5386/flare-core
- Copy
.env.sample
.
cp .env.sample .env
- Edit
.env
.
nano .env
- Copy
my.cnf.sample
.
cp my.cnf.sample my.cnf
- Edit
my.cnf
.
nano my.cnf
docker compose up
sh deploy.sh
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
- Copy NGINX configuration file.
cp ./docker/nginx/sites-enabled/flare.conf <your-nginx-sites-enabled-directory>
- Edit your NGINX configuration file.
nano <your-nginx-sites-enabled-directory>/flare.conf
- You can get static files from
./out/static
.
- Reload NGINX.
nginx -s reload
- You must have at least one contact created.
- Search for available subdomain names.
- Create a available subdomain.
- Add dns records.