kwando

kwando

Beacon CMS, how to get started?

Is there any real example or guide for getting started with beacon CMS?

I’ve tried the setup guide in the repository, I can get it to boot up and everything.

Following screenshot is from the “Local Development” section of the README,
but it looks the same for the other app I configured.

Is this how it supposed to look? I cant find any material or screenshots or written documentation so I do not know what to expect.

(I’m running on Phoenix 1.7.0.rc2 and beaconCMS from master, is it is on the edge..).

Marked As Solved

rcm765

rcm765

So we’re still considered pre-release and there be dragons, etc, etc. But it is use-able just not all of the finishing touches are there yet and it can be confusing. In the meantime we have a demo app to show the architecture stuff: GitHub - BeaconCMS/beacon_demo: Sample application running Beacon, a open-source content management system (CMS) built with Phoenix LiveView.

Also Liked

leandrocp

leandrocp

That screenshot is from running mix dev on the beacon repo, correct? To have a better understanding of how an actual site would look like, please check out the beacon_demo as Brian has mentioned. Currently there are 2 ways to create new pages, one is using the Admin which is under development as we speak and the other one is by running seeds to create layouts, pages, and so on. You can find an example at beacon_demo/beacon_seeds.exs at c57f60c1cedeb8f9518d671d4c96c43ef7967d57 · BeaconCMS/beacon_demo · GitHub
Soon we’ll be releasing more guides (beacon/guides at main · BeaconCMS/beacon · GitHub) and docs to make this process easier.

leandrocp

leandrocp

We’re working on a drag & drop Page Builder that is targeted to “non-engineering stakeholders”, but it’s going to be a while before it’s ready.

Where Next?

Popular in Questions Top

Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
LegitStack
I’m hoping you guys can give me some general advice and perhaps code examples if you’re feeling up to it. I’m very interested in Elixir,...
New
quazar
How to set Jason to encode all fields in ecto schema, I don’t care about security and implementing only is taking long list of attributes...
New
myronmarston
The Elixir Typespec docs show the following syntax for keyword lists in typespecs: # ... | [key: type] # keyword lis...
New
qwerescape
Is there a way to get the call stack or stack trace at any point in the code? Not from exceptions, but an expression that returns how the...
New
mathew4509
I have a list say x = ["23gh", "56kh", "97mh"] I would like to pass each element to Val in each iteration. Say, in iteration 1 -------...
New
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
baxterw3b
Hi guys, i’m new in the Elixir world, and i have to say, that i love it! i’m having some problem to understand anonymous functions with ...
New
idi527
I’ve been re-reading swift book again and noticed that multiline strings there don’t have a trailing line break, unlike in elixir iex(2)...
New

Other popular topics Top

Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
New
shahryarjb
Hello, I get Persian date from my client and convert it to normal calendar like this: def jalali_string_to_miladi_english_number(persi...
New
yawaramin
In the Dialyzer docs ( http://erlang.org/doc/man/dialyzer.html#requesting-or-suppressing-warnings-in-source-files ), there is a way to tu...
New
JorisKok
I have a server on AWS, and was running a load test using artillery. When looking at the Phoenix dashboard I see the Ports going to 100% ...
New
quazar
How to set Jason to encode all fields in ecto schema, I don’t care about security and implementing only is taking long list of attributes...
New
fireproofsocks
I’m working on defining a simple Ecto schema for a table (in PostGres), but I don’t see where I can define a column as NOT NULL. Conside...
New
johnnyicon
Hi all, I've just started learning Elixir and Phoenix Framework, so please pardon my n00bness at this stage. I'm trying to use Postg...
New
ovidiubadita
Hey all, I discovered Elixir and I love it. I always wanted to learn a functional programming and I intended to go for Haskell, but afte...
New
skosch
To my knowledge, put_in, Map.update etc. all have the one limitation of not automatically creating intermediate keys when needed (for exa...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New

We're in Beta

About us Mission Statement