Find a file
2019-12-05 19:36:45 -05:00
assets automatic updating notifications 2019-12-02 09:55:48 -05:00
config upgrade from mix.config to config 2019-12-04 10:35:16 -05:00
docker fix non-podman setup 2019-12-03 17:56:26 -05:00
lib allow users to edit their profile description 2019-12-05 19:36:45 -05:00
priv update stats counters when specific actions are taken 2019-12-05 14:23:26 -05:00
test user links 2019-12-04 09:04:25 -05:00
vagrant miscellaneous fixes 2019-11-27 00:51:20 -05:00
.formatter.exs initial 2019-08-14 20:32:32 -04:00
.gitignore primitive sign in 2019-10-31 13:57:39 -04:00
.iex.exs galleries index 2019-11-17 23:47:09 -05:00
docker-compose.yml full docker setup 2019-12-03 14:02:52 -05:00
LICENSE add totp & registration freeze 2019-08-17 18:06:11 -04:00
mix.exs rest of commission routes 2019-12-04 11:35:06 -05:00
mix.lock rest of commission routes 2019-12-04 11:35:06 -05:00
README.md set name_at_post_time more explicitly 2019-11-18 22:58:21 -05:00
Vagrantfile initial 2019-08-14 20:32:32 -04:00

Philomena

Next generation imageboard.

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more