All public logs
Combined display of all available logs of ElixirBlocks. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:07, 20 October 2023 Admin talk contribs created page How to Move a Phoenix Project to a Different Development Server (Created page with " Remove '''_build''' and '''deps''' directories. Make sure your migration files are available in '''priv/repo/migrations''' If you are using a different database, in config/dev make sure your database credentials are set properly for the new database. '''run:''' * mix deps.get + compile * mix ecto.create * mix ecto.migrate * mix phx.server *")